Searched refs:num_rx_pools (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sriov.c | 254 if (bitmap_weight(adapter->fwd_bitmask, adapter->num_rx_pools) == 1) { in ixgbe_disable_sriov() 276 int err = 0, num_rx_pools, i, limit; in ixgbe_pci_sriov_enable() local 300 num_rx_pools = bitmap_weight(adapter->fwd_bitmask, in ixgbe_pci_sriov_enable() 301 adapter->num_rx_pools); in ixgbe_pci_sriov_enable() 305 if (num_vfs > (limit - num_rx_pools)) { in ixgbe_pci_sriov_enable() 307 num_tc, num_rx_pools - 1, limit - num_rx_pools); in ixgbe_pci_sriov_enable()
|
H A 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()
|
H A D | ixgbe_main.c | 3855 u16 pool = adapter->num_rx_pools; in ixgbe_store_vfreta() 3906 u16 pool = adapter->num_rx_pools; in ixgbe_setup_vfreta() 3981 u16 pool = adapter->num_rx_pools; in ixgbe_setup_mrqc() 4159 u16 pool = adapter->num_rx_pools; in ixgbe_setup_psrtype() 4183 u16 pool = adapter->num_rx_pools; in ixgbe_configure_virtualization() 5358 accel->pool, adapter->num_rx_pools, in ixgbe_fwd_ring_up() 9091 pool = find_first_zero_bit(adapter->fwd_bitmask, adapter->num_rx_pools); in ixgbe_reassign_macvlan_pool() 9092 if (pool < adapter->num_rx_pools) { in ixgbe_reassign_macvlan_pool() 9825 if ((changed & NETIF_F_HW_L2FW_DOFFLOAD) && adapter->num_rx_pools > 1) in ixgbe_set_features() 9884 num_pools = adapter->num_vfs + adapter->num_rx_pools; in ixgbe_configure_bridge_mode() [all...] |
H A D | ixgbe.h | 651 int num_rx_pools; /* == num_rx_queues in 82598 */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sriov.c | 254 if (bitmap_weight(adapter->fwd_bitmask, adapter->num_rx_pools) == 1) { in ixgbe_disable_sriov() 276 int err = 0, num_rx_pools, i, limit; in ixgbe_pci_sriov_enable() local 300 num_rx_pools = bitmap_weight(adapter->fwd_bitmask, in ixgbe_pci_sriov_enable() 301 adapter->num_rx_pools); in ixgbe_pci_sriov_enable() 305 if (num_vfs > (limit - num_rx_pools)) { in ixgbe_pci_sriov_enable() 307 num_tc, num_rx_pools - 1, limit - num_rx_pools); in ixgbe_pci_sriov_enable()
|
H A D | ixgbe_lib.c | 381 adapter->num_rx_pools = vmdq_i; in ixgbe_set_dcb_sriov_queues() 551 adapter->num_rx_pools = vmdq_i; in ixgbe_set_sriov_queues() 711 adapter->num_rx_pools = 1; in ixgbe_set_num_queues()
|
H A D | ixgbe_main.c | 3845 u16 pool = adapter->num_rx_pools; in ixgbe_store_vfreta() 3896 u16 pool = adapter->num_rx_pools; in ixgbe_setup_vfreta() 3971 u16 pool = adapter->num_rx_pools; in ixgbe_setup_mrqc() 4151 u16 pool = adapter->num_rx_pools; in ixgbe_setup_psrtype() 4175 u16 pool = adapter->num_rx_pools; in ixgbe_configure_virtualization() 5350 accel->pool, adapter->num_rx_pools, in ixgbe_fwd_ring_up() 9182 pool = find_first_zero_bit(adapter->fwd_bitmask, adapter->num_rx_pools); in ixgbe_reassign_macvlan_pool() 9183 if (pool < adapter->num_rx_pools) { in ixgbe_reassign_macvlan_pool() 9916 if ((changed & NETIF_F_HW_L2FW_DOFFLOAD) && adapter->num_rx_pools > 1) in ixgbe_set_features() 9975 num_pools = adapter->num_vfs + adapter->num_rx_pools; in ixgbe_configure_bridge_mode() [all...] |
H A D | ixgbe.h | 694 int num_rx_pools; /* == num_rx_queues in 82598 */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.c | 4444 int num_rx_pools; in handle_login_rsp() local 4518 num_rx_pools = be32_to_cpu(adapter->login_rsp_buf->num_rxadd_subcrqs); in handle_login_rsp() 4528 for (i = 0; i < num_rx_pools; i++) in handle_login_rsp() 4532 adapter->num_active_rx_scrqs = num_rx_pools; in handle_login_rsp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.c | 5469 int num_rx_pools; in handle_login_rsp() local 5543 num_rx_pools = be32_to_cpu(adapter->login_rsp_buf->num_rxadd_subcrqs); in handle_login_rsp() 5553 for (i = 0; i < num_rx_pools; i++) in handle_login_rsp() 5557 adapter->num_active_rx_scrqs = num_rx_pools; in handle_login_rsp()
|
Completed in 51 milliseconds