Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c767 bp->rx_copy_thresh, PCI_DMA_FROMDEVICE); in bnxt_copy_skb()
772 bp->rx_copy_thresh, in bnxt_copy_skb()
965 if (len <= bp->rx_copy_thresh) { in bnxt_tpa_end()
1133 if (len <= bp->rx_copy_thresh) { in bnxt_rx_pkt()
2164 bp->rx_copy_thresh = BNXT_RX_COPY_THRESH; in bnxt_set_ring_params()
3008 req.jumbo_thresh = cpu_to_le16(bp->rx_copy_thresh); in bnxt_hwrm_vnic_set_hds()
3009 req.hds_threshold = cpu_to_le16(bp->rx_copy_thresh); in bnxt_hwrm_vnic_set_hds()
Dbnxt.h891 u32 rx_copy_thresh; member
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dtg3.h3188 u32 rx_copy_thresh; member
Dbnx2.c3227 if (len <= bp->rx_copy_thresh) { in bnx2_rx_int()
5388 bp->rx_copy_thresh = BNX2_RX_COPY_THRESH; in bnx2_set_rx_ring_size()
5405 bp->rx_copy_thresh = 0; in bnx2_set_rx_ring_size()
Dbnx2.h6817 u32 rx_copy_thresh; member
Dtg3.c195 #define TG3_RX_COPY_THRESH(tp) ((tp)->rx_copy_thresh)
16882 tp->rx_copy_thresh = TG3_RX_COPY_THRESHOLD; in tg3_get_invariants()
16887 tp->rx_copy_thresh = ~(u16)0; in tg3_get_invariants()