Home
last modified time | relevance | path

Searched refs:rx_copy_thresh (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/broadcom/
H A Dtg3.h3209 u32 rx_copy_thresh; member
H A Dbnx2.c3220 if (len <= bp->rx_copy_thresh) { in bnx2_rx_int()
5380 bp->rx_copy_thresh = BNX2_RX_COPY_THRESH; in bnx2_set_rx_ring_size()
5397 bp->rx_copy_thresh = 0; in bnx2_set_rx_ring_size()
H A Dbnx2.h6816 u32 rx_copy_thresh; member
H A Dtg3.c197 #define TG3_RX_COPY_THRESH(tp) ((tp)->rx_copy_thresh)
16990 tp->rx_copy_thresh = TG3_RX_COPY_THRESHOLD; in tg3_get_invariants()
16995 tp->rx_copy_thresh = ~(u16)0; in tg3_get_invariants()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2302 u32 rx_copy_thresh; member
H A Dbnxt.c1333 dma_sync_single_for_cpu(&pdev->dev, mapping, bp->rx_copy_thresh, in bnxt_copy_data()
1339 dma_sync_single_for_device(&pdev->dev, mapping, bp->rx_copy_thresh, in bnxt_copy_data()
1832 if (len <= bp->rx_copy_thresh) { in bnxt_tpa_end()
2165 if (len <= bp->rx_copy_thresh) { in bnxt_rx_pkt()
4468 bp->rx_copy_thresh = BNXT_RX_COPY_THRESH; in bnxt_set_ring_params()
6427 req->jumbo_thresh = cpu_to_le16(bp->rx_copy_thresh); in bnxt_hwrm_vnic_set_hds()
6428 req->hds_threshold = cpu_to_le16(bp->rx_copy_thresh); in bnxt_hwrm_vnic_set_hds()
H A Dbnxt_ethtool.c4772 pkt_size = min(bp->dev->mtu + ETH_HLEN, bp->rx_copy_thresh); in bnxt_run_loopback()