Home
last modified time | relevance | path

Searched refs:num_rx_queues_per_pool (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c383 adapter->num_rx_queues_per_pool = tcs; in ixgbe_set_dcb_sriov_queues()
553 adapter->num_rx_queues_per_pool = rss_i; in ixgbe_set_sriov_queues()
611 adapter->num_rx_queues_per_pool, 0); in ixgbe_set_sriov_queues()
713 adapter->num_rx_queues_per_pool = 1; in ixgbe_set_num_queues()
H A Dixgbe.h715 int num_rx_queues_per_pool; /* 1 if 82598, can be many if 82599 */ member
H A Dixgbe_main.c5710 ring >= adapter->num_rx_queues_per_pool)) { in ixgbe_fdir_filter_restore()
5721 adapter->num_rx_queues_per_pool) + ring; in ixgbe_fdir_filter_restore()
5797 baseq = accel->pool * adapter->num_rx_queues_per_pool; in ixgbe_fwd_ring_up()
5800 baseq, baseq + adapter->num_rx_queues_per_pool); in ixgbe_fwd_ring_up()
5810 for (i = 0; i < adapter->num_rx_queues_per_pool; i++) in ixgbe_fwd_ring_up()
5829 for (i = 0; i < adapter->num_rx_queues_per_pool; i++) in ixgbe_fwd_ring_up()
10812 for (i = 0; i < adapter->num_rx_queues_per_pool; i++) { in ixgbe_fwd_del()
H A Dixgbe_ethtool.c2962 ring >= adapter->num_rx_queues_per_pool)) in ixgbe_add_ethtool_fdir_entry()
2970 adapter->num_rx_queues_per_pool) + ring; in ixgbe_add_ethtool_fdir_entry()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h1282 int num_rx_queues_per_pool; member
H A Dwx_hw.c2790 for (i = wx->num_vfs * wx->num_rx_queues_per_pool; in wx_update_stats()
H A Dwx_lib.c1669 wx->num_rx_queues_per_pool = rss_i; in wx_set_vmdq_queues()