Home
last modified time | relevance | path

Searched refs:num_active_tx_pools (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
H A Dibmvnic.h1071 u32 num_active_tx_pools; member
H A Dibmvnic.c657 tx_scrqs = adapter->num_active_tx_pools; in reset_tx_pools()
696 for (i = 0; i < adapter->num_active_tx_pools; i++) { in release_tx_pools()
705 adapter->num_active_tx_pools = 0; in release_tx_pools()
760 adapter->num_active_tx_pools = tx_subcrqs; in init_tx_pools()
1295 tx_scrqs = adapter->num_active_tx_pools; in clean_tx_pools()
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/
H A Dibmvnic.h1032 u32 num_active_tx_pools; member
H A Dibmvnic.c1203 for (i = 0; i < adapter->num_active_tx_pools; i++) { in release_tx_pools()
1212 adapter->num_active_tx_pools = 0; in release_tx_pools()
1268 old_num_pools = adapter->num_active_tx_pools; in reuse_tx_pools()
1336 /* Set num_active_tx_pools early. If we fail below after partial in init_tx_pools()
1339 adapter->num_active_tx_pools = num_pools; in init_tx_pools()
2046 tx_scrqs = adapter->num_active_tx_pools; in clean_tx_pools()

Completed in 22 milliseconds