Searched refs:tso_pool (Results 1 – 2 of 2) sorted by relevance
1215 kfree(adapter->tso_pool); in release_tx_pools()1216 adapter->tso_pool = NULL; in release_tx_pools()1335 if (!adapter->tso_pool) { in init_tx_pools()1377 struct ibmvnic_tx_pool *tso_pool; in init_tx_pools() local1396 tso_pool = &adapter->tso_pool[i]; in init_tx_pools()1399 i, tso_pool->num_buffers, tso_pool->buf_size); in init_tx_pools()1402 tso_pool->num_buffers, tso_pool->buf_size); in init_tx_pools()1406 tso_pool->consumer_index = 0; in init_tx_pools()1407 tso_pool->producer_index = 0; in init_tx_pools()1410 tso_pool->free_map[j] = j; in init_tx_pools()[all …]
974 struct ibmvnic_tx_pool *tso_pool; member