Home
last modified time | relevance | path

Searched refs:atr_sample_rate (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h370 u8 atr_sample_rate; member
H A Di40e_txrx.c2882 if (!tx_ring->atr_sample_rate) in i40e_atr()
2934 (tx_ring->atr_count < tx_ring->atr_sample_rate)) in i40e_atr()
H A Di40e_main.c3455 ring->atr_sample_rate = I40E_DEFAULT_ATR_SAMPLE_RATE; in i40e_configure_tx_ring()
3458 ring->atr_sample_rate = 0; in i40e_configure_tx_ring()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h388 u8 atr_sample_rate; member
770 u32 atr_sample_rate; member
H A Dixgbe_lib.c649 if (rss_i > 1 && adapter->atr_sample_rate) { in ixgbe_set_rss_queues()
850 if (rss_i > 1 && adapter->atr_sample_rate) { in ixgbe_alloc_q_vector()
H A Dixgbe_main.c3953 ring->atr_sample_rate = adapter->atr_sample_rate; in ixgbe_configure_tx_ring()
3957 ring->atr_sample_rate = 0; in ixgbe_configure_tx_ring()
6886 adapter->atr_sample_rate = 20; in ixgbe_sw_init()
6938 adapter->atr_sample_rate = 0; in ixgbe_sw_init()
9120 if (!ring->atr_sample_rate) in ixgbe_atr()
9190 if (!th->syn && (ring->atr_count < ring->atr_sample_rate)) in ixgbe_atr()
10564 (!adapter->atr_sample_rate)) in ixgbe_set_features()
H A Dixgbe_ethtool.c3370 } else if (adapter->atr_sample_rate) { in ixgbe_max_channels()
3411 if (!adapter->atr_sample_rate) in ixgbe_get_channels()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h1094 u8 atr_sample_rate; member
1371 u32 atr_sample_rate; member
H A Dwx_hw.c1931 ring->atr_sample_rate = wx->atr_sample_rate; in wx_configure_tx_ring()
1933 ring->atr_sample_rate = 0; in wx_configure_tx_ring()
H A Dwx_lib.c1637 if (test_bit(WX_FLAG_FDIR_CAPABLE, wx->flags) && tx_ring->atr_sample_rate) in wx_xmit_frame_ring()
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_fdir.c262 if (!th->syn && ring->atr_count < ring->atr_sample_rate) in txgbe_atr()
H A Dtxgbe_main.c391 wx->atr_sample_rate = TXGBE_DEFAULT_ATR_SAMPLE_RATE; in txgbe_sw_init()