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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dtx.c127 struct efx_tso_header *tsoh);
132 if (buffer->tsoh) {
133 if (likely(!buffer->tsoh->unmap_len)) {
134 buffer->tsoh->next = tx_queue->tso_headers_free;
135 tx_queue->tso_headers_free = buffer->tsoh;
137 efx_tsoh_heap_free(tx_queue, buffer->tsoh);
139 buffer->tsoh = NULL;
256 EFX_BUG_ON_PARANOID(buffer->tsoh);
540 #define TSOH_BUFFER(tsoh) ((u8 *)(tsoh
641 struct efx_tso_header *tsoh; local
667 efx_tsoh_block_free(struct efx_tx_queue *tx_queue, struct efx_tso_header *tsoh, struct pci_dev *pci_dev) argument
692 struct efx_tso_header *tsoh; local
712 efx_tsoh_heap_free(struct efx_tx_queue *tx_queue, struct efx_tso_header *tsoh) argument
810 efx_tso_put_header(struct efx_tx_queue *tx_queue, struct efx_tso_header *tsoh, unsigned len) argument
989 struct efx_tso_header *tsoh; local
[all...]
H A Dnet_driver.h103 * @tsoh: The associated TSO header structure, or %NULL if this
114 struct efx_tso_header *tsoh; member in struct:efx_tx_buffer

Completed in 93 milliseconds