Searched refs:tso_headers_free (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dtx.c94 buffer->tsoh->next = tx_queue->tso_headers_free;
95 tx_queue->tso_headers_free = buffer->tsoh;
683 * into the tx_queue->tso_headers_free linked list. Return 0 or -ENOMEM.
706 tsoh->next = tx_queue->tso_headers_free;
707 tx_queue->tso_headers_free = tsoh;
726 p = &tx_queue->tso_headers_free;
1043 if (tx_queue->tso_headers_free == NULL) {
1047 EFX_BUG_ON_PARANOID(!tx_queue->tso_headers_free);
1048 tsoh = tx_queue->tso_headers_free;
1049 tx_queue->tso_headers_free
[all...]
H A Dnet_driver.h157 * @tso_headers_free: A list of TSO headers allocated for this TX queue
188 struct efx_tso_header *tso_headers_free; member in struct:efx_tx_queue

Completed in 29 milliseconds