Searched refs:efx_tso_header (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.c104 * struct efx_tso_header - a DMA mapped buffer for packet headers
115 struct efx_tso_header { struct
117 struct efx_tso_header *next;
127 struct efx_tso_header *tsoh);
542 /* Total size of struct efx_tso_header, buffer and padding */
544 (sizeof(struct efx_tso_header) + TSOH_OFFSET + hdr_len)
634 * Allocate a page worth of efx_tso_header structures, and string them
641 struct efx_tso_header *tsoh;
656 tsoh = (struct efx_tso_header *)kva;
668 struct efx_tso_header *tso
[all...]
H A Dnet_driver.h114 struct efx_tso_header *tsoh;
183 struct efx_tso_header *tso_headers_free;

Completed in 175 milliseconds