Searched refs:TSOH_SIZE (Results 1 - 1 of 1) 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.c111 * to find the packet header data. Use TSOH_SIZE() to calculate the
543 #define TSOH_SIZE(hdr_len) \ macro
694 tsoh = kmalloc(TSOH_SIZE(header_len), GFP_ATOMIC | GFP_DMA);
995 if (likely(TSOH_SIZE(st->header_len) <= TSOH_STD_SIZE)) {

Completed in 43 milliseconds