Home
last modified time | relevance | path

Searched refs:num_rx_queues_per_pool (Results 1 – 8 of 8) 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.c5715 ring >= adapter->num_rx_queues_per_pool)) { in ixgbe_fdir_filter_restore()
5726 adapter->num_rx_queues_per_pool) + ring; in ixgbe_fdir_filter_restore()
5802 baseq = accel->pool * adapter->num_rx_queues_per_pool; in ixgbe_fwd_ring_up()
5805 baseq, baseq + adapter->num_rx_queues_per_pool); in ixgbe_fwd_ring_up()
5815 for (i = 0; i < adapter->num_rx_queues_per_pool; i++) in ixgbe_fwd_ring_up()
5834 for (i = 0; i < adapter->num_rx_queues_per_pool; i++) in ixgbe_fwd_ring_up()
10832 for (i = 0; i < adapter->num_rx_queues_per_pool; i++) { in ixgbe_fwd_del()
H A Dixgbe_ethtool.c2968 ring >= adapter->num_rx_queues_per_pool)) in ixgbe_add_ethtool_fdir_entry()
2976 adapter->num_rx_queues_per_pool) + ring; in ixgbe_add_ethtool_fdir_entry()
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_ethtool.c377 ring >= wx->num_rx_queues_per_pool)) in txgbe_add_ethtool_fdir_entry()
384 queue = ((vf - 1) * wx->num_rx_queues_per_pool) + ring; in txgbe_add_ethtool_fdir_entry()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h1329 int num_rx_queues_per_pool; member
H A Dwx_hw.c2912 for (i = wx->num_vfs * wx->num_rx_queues_per_pool; in wx_update_stats()
H A Dwx_lib.c1825 wx->num_rx_queues_per_pool = rss_i; in wx_set_vmdq_queues()