Home
last modified time | relevance | path

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

12

/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/net/batman-adv/
H A 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/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/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/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/hisilicon/hns3/hns3pf/
H A Dhclge_tm.h122 /* set bit HCLGE_TM_RATE_VLD to 1 means use 'rate' to config shaping */
/linux/tools/testing/selftests/net/forwarding/
H A Dsch_tbf_core.sh7 # In order to test per-class shaping, $swp2 actually contains TBF under PRIO or
/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/ethernet/marvell/octeontx2/af/
H A Drvu.h391 bool nix_shaping; /* Is shaping and coloring supported */
392 bool nix_shaper_toggle_wait; /* Shaping toggle needs poll/wait */
H A Drvu_nix.c1888 /* Disable shaping of pkts by a scheduler queue
1974 /* Skip this if shaping is not supported */ in nix_clear_tx_xoff()
2681 /* If shaping and coloring is not supported, then in is_txschq_shaping_valid()
2851 /* Check if shaping and coloring is supported */ in rvu_mbox_handler_nix_txschq_cfg()
2858 /* Handle shaping state toggle specially */ in rvu_mbox_handler_nix_txschq_cfg()
/linux/drivers/net/ethernet/ti/
H A 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/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