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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/sfc/
H A Dtx.c134 buffer->tsoh->next = tx_queue->tso_headers_free;
135 tx_queue->tso_headers_free = buffer->tsoh;
635 * into the tx_queue->tso_headers_free linked list. Return 0 or -ENOMEM.
658 tsoh->next = tx_queue->tso_headers_free;
659 tx_queue->tso_headers_free = tsoh;
678 p = &tx_queue->tso_headers_free;
996 if (tx_queue->tso_headers_free == NULL) {
1000 EFX_BUG_ON_PARANOID(!tx_queue->tso_headers_free);
1001 tsoh = tx_queue->tso_headers_free;
1002 tx_queue->tso_headers_free
[all...]
H A Dnet_driver.h157 * @tso_headers_free: A list of TSO headers allocated for this TX queue
183 struct efx_tso_header *tso_headers_free; member in struct:efx_tx_queue
H A Defx.c2084 tx_queue->tso_headers_free = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/sfc/
H A Dtx.c134 buffer->tsoh->next = tx_queue->tso_headers_free;
135 tx_queue->tso_headers_free = buffer->tsoh;
635 * into the tx_queue->tso_headers_free linked list. Return 0 or -ENOMEM.
658 tsoh->next = tx_queue->tso_headers_free;
659 tx_queue->tso_headers_free = tsoh;
678 p = &tx_queue->tso_headers_free;
996 if (tx_queue->tso_headers_free == NULL) {
1000 EFX_BUG_ON_PARANOID(!tx_queue->tso_headers_free);
1001 tsoh = tx_queue->tso_headers_free;
1002 tx_queue->tso_headers_free
[all...]
H A Dnet_driver.h157 * @tso_headers_free: A list of TSO headers allocated for this TX queue
183 struct efx_tso_header *tso_headers_free; member in struct:efx_tx_queue
H A Defx.c2084 tx_queue->tso_headers_free = NULL;

Completed in 89 milliseconds