Searched refs:tso_pool (Results 1 – 2 of 2) sorted by relevance
804 kfree(adapter->tso_pool); in release_tx_pools()805 adapter->tso_pool = NULL; in release_tx_pools()924 if (!adapter->tso_pool) { in init_tx_pools()966 struct ibmvnic_tx_pool *tso_pool; in init_tx_pools() local986 tso_pool = &adapter->tso_pool[i]; in init_tx_pools()987 ltb_size = tso_pool->num_buffers * tso_pool->buf_size; in init_tx_pools()994 tso_pool->num_buffers, tso_pool->buf_size); in init_tx_pools()996 tso_pool->consumer_index = 0; in init_tx_pools()997 tso_pool->producer_index = 0; in init_tx_pools()1000 tso_pool->free_map[j] = j; in init_tx_pools()[all …]
935 struct ibmvnic_tx_pool *tso_pool; member
Completed in 17 milliseconds