Searched refs:rx_jumbo_thresh (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/
H A Dbnx2.c3141 } else if (len > bp->rx_jumbo_thresh) {
3142 hdr_len = bp->rx_jumbo_thresh;
5318 bp->rx_jumbo_thresh = rx_size - BNX2_RX_OFFSET;
5731 pkt_size = min(bp->dev->mtu + ETH_HLEN, bp->rx_jumbo_thresh - 4);
H A Dbnx2.h6747 u32 rx_jumbo_thresh; member in struct:bnx2

Completed in 98 milliseconds