Lines Matching refs:consumer_index
1238 tx_pool->consumer_index = 0;
1385 tx_pool->consumer_index = 0;
1401 tso_pool->consumer_index = 0;
2321 tx_pool->free_map[tx_pool->consumer_index] = index;
2322 tx_pool->consumer_index = tx_pool->consumer_index == 0 ?
2324 tx_pool->consumer_index - 1;
2436 bufidx = tx_pool->free_map[tx_pool->consumer_index];
2447 tx_pool->free_map[tx_pool->consumer_index] = IBMVNIC_INVALID_MAP;
2477 tx_pool->consumer_index =
2478 (tx_pool->consumer_index + 1) % tx_pool->num_buffers;
2568 tx_pool->consumer_index = tx_pool->consumer_index == 0 ?
2570 tx_pool->consumer_index - 1;