/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/net/batman-adv/ |
H A D | send.c | 61 * 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 D | fm10k_dcbnl.c | 19 /* we only support strict priority and cannot do traffic shaping */ in fm10k_dcbnl_ieee_getets()
|
/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/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/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/tools/testing/selftests/net/forwarding/ |
H A D | sch_tbf_core.sh | 7 # In order to test per-class shaping, $swp2 actually contains TBF under PRIO or
|
/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/ethernet/marvell/octeontx2/af/ |
H A D | rvu.h | 391 bool nix_shaping; /* Is shaping and coloring supported */ 392 bool nix_shaper_toggle_wait; /* Shaping toggle needs poll/wait */
|
H A D | rvu_nix.c | 1888 /* 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 D | cpsw_priv.c | 832 /* 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 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
|