Searched refs:num_rx_pools (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe_sriov.c | 249 	if (bitmap_weight(adapter->fwd_bitmask, adapter->num_rx_pools) == 1) {  in ixgbe_disable_sriov() 271 	int err = 0, num_rx_pools, i, limit;  in ixgbe_pci_sriov_enable()  local 295 	num_rx_pools = bitmap_weight(adapter->fwd_bitmask,  in ixgbe_pci_sriov_enable() 296 				     adapter->num_rx_pools);  in ixgbe_pci_sriov_enable() 300 	if (num_vfs > (limit - num_rx_pools)) {  in ixgbe_pci_sriov_enable() 302 			  num_tc, num_rx_pools - 1, limit - num_rx_pools);  in ixgbe_pci_sriov_enable()
  | 
| D | ixgbe_lib.c | 377 	adapter->num_rx_pools = vmdq_i;  in ixgbe_set_dcb_sriov_queues() 547 	adapter->num_rx_pools = vmdq_i;  in ixgbe_set_sriov_queues() 707 	adapter->num_rx_pools = 1;  in ixgbe_set_num_queues()
  | 
| D | ixgbe_main.c | 3864 		u16 pool = adapter->num_rx_pools;  in ixgbe_store_vfreta() 3915 		u16 pool = adapter->num_rx_pools;  in ixgbe_setup_vfreta() 3990 		u16 pool = adapter->num_rx_pools;  in ixgbe_setup_mrqc() 4170 	u16 pool = adapter->num_rx_pools;  in ixgbe_setup_psrtype() 4194 	u16 pool = adapter->num_rx_pools;  in ixgbe_configure_virtualization() 5335 		   accel->pool, adapter->num_rx_pools,  in ixgbe_fwd_ring_up() 9038 	pool = find_first_zero_bit(adapter->fwd_bitmask, adapter->num_rx_pools);  in ixgbe_reassign_macvlan_pool() 9039 	if (pool < adapter->num_rx_pools) {  in ixgbe_reassign_macvlan_pool() 9781 	if ((changed & NETIF_F_HW_L2FW_DOFFLOAD) && adapter->num_rx_pools > 1)  in ixgbe_set_features() 9952 		num_pools = adapter->num_vfs + adapter->num_rx_pools;  in ixgbe_configure_bridge_mode() [all …] 
 | 
| D | ixgbe.h | 647 	int num_rx_pools;		/* == num_rx_queues in 82598 */  member
  |