Home
last modified time | relevance | path

Searched refs:num_rx_pools (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c257 if (bitmap_weight(adapter->fwd_bitmask, adapter->num_rx_pools) == 1) { in ixgbe_disable_sriov()
279 int err = 0, num_rx_pools, i, limit; in ixgbe_pci_sriov_enable() local
303 num_rx_pools = bitmap_weight(adapter->fwd_bitmask, in ixgbe_pci_sriov_enable()
304 adapter->num_rx_pools); in ixgbe_pci_sriov_enable()
308 if (num_vfs > (limit - num_rx_pools)) { in ixgbe_pci_sriov_enable()
310 num_tc, num_rx_pools - 1, limit - num_rx_pools); in ixgbe_pci_sriov_enable()
H A Dixgbe_lib.c382 adapter->num_rx_pools = vmdq_i; in ixgbe_set_dcb_sriov_queues()
552 adapter->num_rx_pools = vmdq_i; in ixgbe_set_sriov_queues()
712 adapter->num_rx_pools = 1; in ixgbe_set_num_queues()
H A Dixgbe_main.c4296 u16 pool = adapter->num_rx_pools; in ixgbe_store_vfreta()
4347 u16 pool = adapter->num_rx_pools; in ixgbe_setup_vfreta()
4422 u16 pool = adapter->num_rx_pools; in ixgbe_setup_mrqc()
4602 u16 pool = adapter->num_rx_pools; in ixgbe_setup_psrtype()
4626 u16 pool = adapter->num_rx_pools; in ixgbe_configure_virtualization()
5804 accel->pool, adapter->num_rx_pools, in ixgbe_fwd_ring_up()
9831 pool = find_first_zero_bit(adapter->fwd_bitmask, adapter->num_rx_pools); in ixgbe_reassign_macvlan_pool()
9832 if (pool < adapter->num_rx_pools) { in ixgbe_reassign_macvlan_pool()
10565 if ((changed & NETIF_F_HW_L2FW_DOFFLOAD) && adapter->num_rx_pools > 1) in ixgbe_set_features()
10624 num_pools = adapter->num_vfs + adapter->num_rx_pools; in ixgbe_configure_bridge_mode()
[all …]
H A Dixgbe.h714 int num_rx_pools; /* == num_rx_queues in 82598 */ member
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h1328 int num_rx_pools; member
H A Dwx_hw.c1486 u16 pool = wx->num_rx_pools; in wx_configure_virtualization()
H A Dwx_lib.c1824 wx->num_rx_pools = vmdq_i; in wx_set_vmdq_queues()
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c5571 int num_rx_pools; in handle_login_rsp() local
5643 num_rx_pools = be32_to_cpu(adapter->login_rsp_buf->num_rxadd_subcrqs); in handle_login_rsp()
5653 for (i = 0; i < num_rx_pools; i++) in handle_login_rsp()
5657 adapter->num_active_rx_scrqs = num_rx_pools; in handle_login_rsp()