Searched refs:rx_jumbo_thresh (Results 1 – 2 of 2) sorted by relevance
3112 } else if (len > bp->rx_jumbo_thresh) { in bnx2_rx_int()3113 hdr_len = bp->rx_jumbo_thresh; in bnx2_rx_int()5285 bp->rx_jumbo_thresh = rx_size - BNX2_RX_OFFSET; in bnx2_set_rx_ring_size()5698 pkt_size = min(bp->dev->mtu + ETH_HLEN, bp->rx_jumbo_thresh - 4); in bnx2_run_loopback()
6753 u32 rx_jumbo_thresh; member