Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/i40e/
A Di40e_txrx.h370 u8 atr_sample_rate; member
A Di40e_txrx.c2885 if (!tx_ring->atr_sample_rate) in i40e_atr()
2937 (tx_ring->atr_count < tx_ring->atr_sample_rate)) in i40e_atr()
A Di40e_main.c3430 ring->atr_sample_rate = I40E_DEFAULT_ATR_SAMPLE_RATE; in i40e_configure_tx_ring()
3433 ring->atr_sample_rate = 0; in i40e_configure_tx_ring()
/drivers/net/ethernet/intel/ixgbe/
A Dixgbe.h388 u8 atr_sample_rate; member
770 u32 atr_sample_rate; member
A Dixgbe_lib.c649 if (rss_i > 1 && adapter->atr_sample_rate) { in ixgbe_set_rss_queues()
852 if (rss_i > 1 && adapter->atr_sample_rate) { in ixgbe_alloc_q_vector()
A Dixgbe_main.c3954 ring->atr_sample_rate = adapter->atr_sample_rate; in ixgbe_configure_tx_ring()
3958 ring->atr_sample_rate = 0; in ixgbe_configure_tx_ring()
6877 adapter->atr_sample_rate = 20; in ixgbe_sw_init()
6931 adapter->atr_sample_rate = 0; in ixgbe_sw_init()
9116 if (!ring->atr_sample_rate) in ixgbe_atr()
9186 if (!th->syn && (ring->atr_count < ring->atr_sample_rate)) in ixgbe_atr()
10560 (!adapter->atr_sample_rate)) in ixgbe_set_features()
A Dixgbe_ethtool.c3364 } else if (adapter->atr_sample_rate) { in ixgbe_max_channels()
3405 if (!adapter->atr_sample_rate) in ixgbe_get_channels()
/drivers/net/ethernet/wangxun/libwx/
A Dwx_type.h1066 u8 atr_sample_rate; member
1321 u32 atr_sample_rate; member
A Dwx_hw.c1900 ring->atr_sample_rate = wx->atr_sample_rate; in wx_configure_tx_ring()
1902 ring->atr_sample_rate = 0; in wx_configure_tx_ring()
A Dwx_lib.c1547 if (test_bit(WX_FLAG_FDIR_CAPABLE, wx->flags) && tx_ring->atr_sample_rate) in wx_xmit_frame_ring()
/drivers/net/ethernet/wangxun/txgbe/
A Dtxgbe_fdir.c262 if (!th->syn && ring->atr_count < ring->atr_sample_rate) in txgbe_atr()
A Dtxgbe_main.c396 wx->atr_sample_rate = TXGBE_DEFAULT_ATR_SAMPLE_RATE; in txgbe_sw_init()

Completed in 78 milliseconds