Searched refs:tso_pool (Results 1 – 2 of 2) sorted by relevance
1208 kfree(adapter->tso_pool); in release_tx_pools()1209 adapter->tso_pool = NULL; in release_tx_pools()1328 if (!adapter->tso_pool) { in init_tx_pools()1370 struct ibmvnic_tx_pool *tso_pool; in init_tx_pools() local1389 tso_pool = &adapter->tso_pool[i]; in init_tx_pools()1392 i, tso_pool->num_buffers, tso_pool->buf_size); in init_tx_pools()1395 tso_pool->num_buffers, tso_pool->buf_size); in init_tx_pools()1399 tso_pool->consumer_index = 0; in init_tx_pools()1400 tso_pool->producer_index = 0; in init_tx_pools()1403 tso_pool->free_map[j] = j; in init_tx_pools()[all …]
973 struct ibmvnic_tx_pool *tso_pool; member
Completed in 20 milliseconds