Home
last modified time | relevance | path

Searched full:shaping (Results 1 – 25 of 46) sorted by relevance

12

/linux-6.14.4/Documentation/netlink/specs/
Dnet_shaper.yaml30 support for complex scheduling hierarchy, or for some shaping
97 Maximum burst-size for shaping. Should not be interpreted
190 doc: The device supports maximum B/W shaping.
301 The user can optionally provide shaping attributes for the node
304 the device shaping configuration, otherwise the @node shaper
/linux-6.14.4/drivers/atm/
Deni.h43 int prescaler; /* shaping prescaler */
44 int resolution; /* shaping divider */
49 int shaping; /* shaped peak cell rate */ member
Deni.c1329 tx->reserved = tx->shaping = 0; in reserve_or_set_tx()
1346 if (!error && set_rsv && !set_shp && rate < tx->shaping) in reserve_or_set_tx()
1367 tx->shaping = rate; in reserve_or_set_tx()
1370 DPRINTK("rsv %d shp %d\n",tx->reserved,tx->shaping); in reserve_or_set_tx()
1970 if ((flgs & ATM_MF_DEC_SHP) && rate && rate < tx->shaping) shp = 1; in eni_change_qos()
1971 if ((flgs & ATM_MF_INC_SHP) && (!rate || rate > tx->shaping)) shp = 1; in eni_change_qos()
2151 tx->reserved,tx->shaping, in eni_proc_read()
/linux-6.14.4/include/net/
Dnet_shaper.h33 * struct net_shaper - represents a shaping node on the NIC H/W
63 * The initial shaping configuration at device initialization is empty:
/linux-6.14.4/drivers/media/i2c/
Dadv7183_regs.h29 #define ADV7183_SHAP_FILT_CTRL 0x17 /* Shaping filter control */
30 #define ADV7183_SHAP_FILT_CTRL_2 0x18 /* Shaping filter control 2 */
Dvpx3220.c235 0xe7, 0xe0, /* Contrast to 1.0, noise shaping
419 /* Bit 7 and 8 is for noise shaping */ in vpx3220_s_ctrl()
Dadv7183.c146 v4l2_info(sd, "adv7183: Shaping filter control 1 and 2 = 0x%02x 0x%02x\n", in adv7183_log_status()
/linux-6.14.4/include/uapi/linux/
Datmdev.h182 #define ATM_MF_INC_SHP 4 /* Change shaping on increase */
184 #define ATM_MF_DEC_SHP 16 /* Change shaping on decrease */
/linux-6.14.4/sound/usb/usx2y/
Dusx2yhwdeppcm.c16 Read/write is a combination of power of 2 period shaping and
18 Compared to mainline alsa/jack we leave out power of 2 period shaping inside
21 standard alsa's snd-usb-usx2y period shaping scheme falls away.
32 - alsa-lib could provide power of 2 period sized shaping combined with int/float
/linux-6.14.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_dcbnl.c19 /* we only support strict priority and cannot do traffic shaping */ in fm10k_dcbnl_ieee_getets()
/linux-6.14.4/net/batman-adv/
Dsend.c61 * to congestion or traffic shaping.
105 * congestion and traffic shaping, it drops and returns NET_XMIT_DROP in batadv_send_skb_packet()
122 * to congestion or traffic shaping.
137 * to congestion or traffic shaping.
/linux-6.14.4/Documentation/devicetree/bindings/sound/
Dst,sta350.txt99 If present, the noise-shaping technique on the DC cutoff filter are
/linux-6.14.4/drivers/net/dsa/microchip/
Dlan937x_reg.h200 /* 9 - Shaping */
/linux-6.14.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_init.h305 /* resolution of the rate shaping timer - 400 usec */
339 /* rate shaping per-port variables in bnx2x_init_max()
354 /* rate shaping per-vnic variables */ in bnx2x_init_max()
/linux-6.14.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_tm.h122 /* set bit HCLGE_TM_RATE_VLD to 1 means use 'rate' to config shaping */
/linux-6.14.4/tools/testing/selftests/net/forwarding/
Dsch_tbf_core.sh7 # In order to test per-class shaping, $swp2 actually contains TBF under PRIO or
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/intel/
Digb.rst183 When enabling the CBS qdisc in the hardware offload mode, traffic shaping using
/linux-6.14.4/drivers/net/xen-netback/
Dcommon.h208 /* Transmit shaping: allow 'credit_bytes' every 'credit_usec'. */
/linux-6.14.4/include/linux/
Dmroute_base.h20 * @rate_limit: Traffic shaping (NI)
/linux-6.14.4/drivers/net/
Difb.c11 2) Allows for queueing incoming traffic for shaping instead of
/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.h391 bool nix_shaping; /* Is shaping and coloring supported */
392 bool nix_shaper_toggle_wait; /* Shaping toggle needs poll/wait */
/linux-6.14.4/drivers/net/ethernet/microchip/sparx5/
Dsparx5_qos.c307 /* Is this SE already shaping ? */ in sparx5_lg_add()
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/marvell/
Docteontx2.rst303 levels. Each level contains an array of queues to support scheduling and shaping.
/linux-6.14.4/drivers/net/ethernet/ti/
Dcpsw_priv.c832 /* shaping has to stay enabled for highest fifos linearly in cpsw_set_fifo_bw()
930 * shaping for class A should be set first
/linux-6.14.4/drivers/net/ethernet/freescale/dpaa2/
Ddpni.c2072 * dpni_set_tx_shaping() - Set the transmit shaping
2076 * @tx_cr_shaper: TX committed rate shaping configuration
2077 * @tx_er_shaper: TX excess rate shaping configuration

12