/linux/Documentation/netlink/specs/ |
H A D | net_shaper.yaml | 31 support for complex scheduling hierarchy, or for some shaping 98 Maximum burst-size for shaping. Should not be interpreted 191 doc: The device supports maximum B/W shaping. 302 The user can optionally provide shaping attributes for the node 305 the device shaping configuration, otherwise the @node shaper
|
/linux/drivers/atm/ |
H A D | eni.h | 43 int prescaler; /* shaping prescaler */ 44 int resolution; /* shaping divider */ 49 int shaping; /* shaped peak cell rate */ member
|
H A D | eni.c | 1329 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/drivers/media/i2c/ |
H A D | adv7183_regs.h | 29 #define ADV7183_SHAP_FILT_CTRL 0x17 /* Shaping filter control */ 30 #define ADV7183_SHAP_FILT_CTRL_2 0x18 /* Shaping filter control 2 */
|
H A D | vpx3220.c | 235 0xe7, 0xe0, /* Contrast to 1.0, noise shaping 419 /* Bit 7 and 8 is for noise shaping */ in vpx3220_s_ctrl()
|
H A D | adv7183.c | 146 v4l2_info(sd, "adv7183: Shaping filter control 1 and 2 = 0x%02x 0x%02x\n", in adv7183_log_status()
|
/linux/include/uapi/linux/ |
H A D | atmdev.h | 182 #define ATM_MF_INC_SHP 4 /* Change shaping on increase */ 184 #define ATM_MF_DEC_SHP 16 /* Change shaping on decrease */
|
/linux/sound/usb/usx2y/ |
H A D | usx2yhwdeppcm.c | 16 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/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_dcbnl.c | 19 /* we only support strict priority and cannot do traffic shaping */ in fm10k_dcbnl_ieee_getets()
|
/linux/Documentation/networking/ |
H A D | netdevices.rst | 325 For device drivers that implement shaping or queue management APIs, all control 386 For device drivers that implement shaping or queue management APIs,
|
/linux/net/batman-adv/ |
H A D | send.c | 59 * to congestion or traffic shaping. 97 * congestion and traffic shaping, it drops and returns NET_XMIT_DROP in batadv_send_skb_packet() 114 * to congestion or traffic shaping. 131 * to congestion or traffic shaping.
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | st,sta350.txt | 99 If present, the noise-shaping technique on the DC cutoff filter are
|
/linux/drivers/net/dsa/microchip/ |
H A D | lan937x_reg.h | 200 /* 9 - Shaping */
|
H A D | ksz9477_reg.h | 1457 /* 9 - Shaping */
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init.h | 305 /* 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()
|
H A D | bnx2x_hsi.h | 4940 * per-port rate shaping variables 4985 * a single rate shaping counter. can be used as protocol or vnic counter 4999 * per-vnic rate shaping variables
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_tm.h | 122 /* set bit HCLGE_TM_RATE_VLD to 1 means use 'rate' to config shaping */
|
/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | igb.rst | 183 When enabling the CBS qdisc in the hardware offload mode, traffic shaping using
|
/linux/drivers/net/xen-netback/ |
H A D | common.h | 208 /* Transmit shaping: allow 'credit_bytes' every 'credit_usec'. */
|
/linux/include/linux/ |
H A D | mroute_base.h | 20 * @rate_limit: Traffic shaping (NI)
|
/linux/drivers/net/ |
H A D | ifb.c | 11 2) Allows for queueing incoming traffic for shaping instead of
|
/linux/Documentation/networking/device_drivers/ethernet/marvell/ |
H A D | octeontx2.rst | 303 levels. Each level contains an array of queues to support scheduling and shaping.
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpni.c | 2072 * 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
|
H A D | dpaa2-eth.h | 49 /* Maximum burst size value for Tx shaping */
|
H A D | dpni.h | 1058 * struct dpni_tx_shaping_cfg - Structure representing DPNI tx shaping configuration
|