Home
last modified time | relevance | path

Searched refs:tso_pool (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c1198 /* init_tx_pools() ensures that ->tx_pool and ->tso_pool are in release_tx_pools()
1206 release_one_tx_pool(adapter, &adapter->tso_pool[i]); in release_tx_pools()
1211 kfree(adapter->tso_pool); in release_tx_pools()
1212 adapter->tso_pool = NULL; in release_tx_pools()
1326 adapter->tso_pool = kcalloc(num_pools, in init_tx_pools()
1329 * ->tso_pool are either both NULL or both non-NULL. in init_tx_pools()
1331 if (!adapter->tso_pool) { in init_tx_pools()
1354 rc = init_one_tx_pool(netdev, &adapter->tso_pool[i], in init_tx_pools()
1369 * tso_pool->num_buffers below. in init_tx_pools()
1373 struct ibmvnic_tx_pool *tso_pool; in init_tx_pools() local
[all...]
H A Dibmvnic.h974 struct ibmvnic_tx_pool *tso_pool; member