Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c1080 u64 num_pools; in init_rx_pools() local
1086 num_pools = adapter->req_rx_queues; in init_rx_pools()
1097 adapter->rx_pool = kzalloc_objs(struct ibmvnic_rx_pool, num_pools); in init_rx_pools()
1106 adapter->num_active_rx_pools = num_pools; in init_rx_pools()
1108 for (i = 0; i < num_pools; i++) { in init_rx_pools()
1139 for (i = 0; i < num_pools; i++) { in init_rx_pools()
1314 int num_pools; in init_tx_pools() local
1319 num_pools = adapter->req_tx_queues; in init_tx_pools()
1334 num_pools = adapter->num_active_tx_scrqs; in init_tx_pools()
1336 adapter->tx_pool = kzalloc_objs(struct ibmvnic_tx_pool, num_pools); in init_tx_pools()
[all …]
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_type.h629 u16 num_pools; member
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10615 unsigned int p, num_pools; in ixgbe_configure_bridge_mode() local
10634 num_pools = adapter->num_vfs + adapter->num_rx_pools; in ixgbe_configure_bridge_mode()
10635 for (p = 0; p < num_pools; p++) { in ixgbe_configure_bridge_mode()
10658 num_pools = adapter->num_vfs + adapter->num_rx_pools; in ixgbe_configure_bridge_mode()
10659 for (p = 0; p < num_pools; p++) { in ixgbe_configure_bridge_mode()