Home
last modified time | relevance | path

Searched refs:num_pools (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/
A Dfm10k_pf.c577 u16 num_pools = hw->iov.num_pools; in fm10k_queues_per_pool() local
579 return (num_pools > 32) ? 2 : (num_pools > 16) ? 4 : (num_pools > 8) ? in fm10k_queues_per_pool()
595 u16 num_pools = hw->iov.num_pools; in fm10k_vectors_per_pool() local
597 return (num_pools > 32) ? 8 : (num_pools > 16) ? 16 : in fm10k_vectors_per_pool()
620 u16 num_pools) in fm10k_iov_assign_resources_pf() argument
627 if (num_pools > 64) in fm10k_iov_assign_resources_pf()
631 if ((num_vfs > num_pools) || (num_vfs > hw->iov.total_vfs)) in fm10k_iov_assign_resources_pf()
636 hw->iov.num_pools = num_pools; in fm10k_iov_assign_resources_pf()
A Dfm10k_type.h629 u16 num_pools; member
/linux-6.3-rc2/drivers/net/ethernet/ibm/
A Dibmvnic.c1056 u64 num_pools; in init_rx_pools() local
1062 num_pools = adapter->req_rx_queues; in init_rx_pools()
1073 adapter->rx_pool = kcalloc(num_pools, in init_rx_pools()
1086 for (i = 0; i < num_pools; i++) { in init_rx_pools()
1119 for (i = 0; i < num_pools; i++) { in init_rx_pools()
1296 int num_pools; in init_tx_pools() local
1301 num_pools = adapter->req_tx_queues; in init_tx_pools()
1318 adapter->tx_pool = kcalloc(num_pools, in init_tx_pools()
1323 adapter->tso_pool = kcalloc(num_pools, in init_tx_pools()
1342 for (i = 0; i < num_pools; i++) { in init_tx_pools()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_main.c9976 unsigned int p, num_pools; in ixgbe_configure_bridge_mode() local
9995 num_pools = adapter->num_vfs + adapter->num_rx_pools; in ixgbe_configure_bridge_mode()
9996 for (p = 0; p < num_pools; p++) { in ixgbe_configure_bridge_mode()
10019 num_pools = adapter->num_vfs + adapter->num_rx_pools; in ixgbe_configure_bridge_mode()
10020 for (p = 0; p < num_pools; p++) { in ixgbe_configure_bridge_mode()

Completed in 33 milliseconds