Searched refs:num_rx_pools (Results 1 – 5 of 5) sorted by relevance
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() local295 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()
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()
3854 u16 pool = adapter->num_rx_pools; in ixgbe_store_vfreta()3905 u16 pool = adapter->num_rx_pools; in ixgbe_setup_vfreta()3980 u16 pool = adapter->num_rx_pools; in ixgbe_setup_mrqc()4160 u16 pool = adapter->num_rx_pools; in ixgbe_setup_psrtype()4184 u16 pool = adapter->num_rx_pools; in ixgbe_configure_virtualization()5359 accel->pool, adapter->num_rx_pools, in ixgbe_fwd_ring_up()9057 if (pool < adapter->num_rx_pools) { in ixgbe_reassign_macvlan_pool()9970 if (pool == adapter->num_rx_pools) { in ixgbe_fwd_add()9997 16 - adapter->num_rx_pools); in ixgbe_fwd_add()9998 else if (adapter->num_rx_pools < 32) in ixgbe_fwd_add()[all …]
647 int num_rx_pools; /* == num_rx_queues in 82598 */ member
4846 int num_rx_pools; in handle_login_rsp() local4907 num_rx_pools = be32_to_cpu(adapter->login_rsp_buf->num_rxadd_subcrqs); in handle_login_rsp()4917 for (i = 0; i < num_rx_pools; i++) in handle_login_rsp()4921 adapter->num_active_rx_scrqs = num_rx_pools; in handle_login_rsp()
Completed in 49 milliseconds