Home
last modified time | relevance | path

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

12

/linux/Documentation/netlink/specs/
H A Dnet_shaper.yaml31 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 Deni.h43 int prescaler; /* shaping prescaler */
44 int resolution; /* shaping divider */
49 int shaping; /* shaped peak cell rate */ member
H A 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/drivers/media/i2c/
H A Dadv7183_regs.h29 #define ADV7183_SHAP_FILT_CTRL 0x17 /* Shaping filter control */
30 #define ADV7183_SHAP_FILT_CTRL_2 0x18 /* Shaping filter control 2 */
H A Dvpx3220.c235 0xe7, 0xe0, /* Contrast to 1.0, noise shaping
419 /* Bit 7 and 8 is for noise shaping */ in vpx3220_s_ctrl()
H A Dadv7183.c146 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 Datmdev.h182 #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 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/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_dcbnl.c19 /* we only support strict priority and cannot do traffic shaping */ in fm10k_dcbnl_ieee_getets()
/linux/Documentation/networking/
H A Dnetdevices.rst325 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 Dsend.c59 * 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 Dst,sta350.txt99 If present, the noise-shaping technique on the DC cutoff filter are
/linux/drivers/net/dsa/microchip/
H A Dlan937x_reg.h200 /* 9 - Shaping */
H A Dksz9477_reg.h1457 /* 9 - Shaping */
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A 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()
H A Dbnx2x_hsi.h4940 * 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 Dhclge_tm.h122 /* set bit HCLGE_TM_RATE_VLD to 1 means use 'rate' to config shaping */
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Digb.rst183 When enabling the CBS qdisc in the hardware offload mode, traffic shaping using
/linux/drivers/net/xen-netback/
H A Dcommon.h208 /* Transmit shaping: allow 'credit_bytes' every 'credit_usec'. */
/linux/include/linux/
H A Dmroute_base.h20 * @rate_limit: Traffic shaping (NI)
/linux/drivers/net/
H A Difb.c11 2) Allows for queueing incoming traffic for shaping instead of
/linux/Documentation/networking/device_drivers/ethernet/marvell/
H A Docteontx2.rst303 levels. Each level contains an array of queues to support scheduling and shaping.
/linux/drivers/net/ethernet/freescale/dpaa2/
H A 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
H A Ddpaa2-eth.h49 /* Maximum burst size value for Tx shaping */
H A Ddpni.h1058 * struct dpni_tx_shaping_cfg - Structure representing DPNI tx shaping configuration

12