Searched refs:rx_copy_thresh (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 1141 dma_sync_single_for_cpu(&pdev->dev, mapping, bp->rx_copy_thresh, in bnxt_copy_skb() 1147 dma_sync_single_for_device(&pdev->dev, mapping, bp->rx_copy_thresh, in bnxt_copy_skb() 1607 if (len <= bp->rx_copy_thresh) { in bnxt_tpa_end() 1840 if (len <= bp->rx_copy_thresh) { in bnxt_rx_pkt() 3580 bp->rx_copy_thresh = BNXT_RX_COPY_THRESH; in bnxt_set_ring_params() 5273 req.jumbo_thresh = cpu_to_le16(bp->rx_copy_thresh); in bnxt_hwrm_vnic_set_hds() 5274 req.hds_threshold = cpu_to_le16(bp->rx_copy_thresh); in bnxt_hwrm_vnic_set_hds()
|
H A D | bnxt.h | 1752 u32 rx_copy_thresh; member
|
H A D | bnxt_ethtool.c | 3260 pkt_size = min(bp->dev->mtu + ETH_HLEN, bp->rx_copy_thresh); in bnxt_run_loopback()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 1224 dma_sync_single_for_cpu(&pdev->dev, mapping, bp->rx_copy_thresh, in bnxt_copy_skb() 1230 dma_sync_single_for_device(&pdev->dev, mapping, bp->rx_copy_thresh, in bnxt_copy_skb() 1658 if (len <= bp->rx_copy_thresh) { in bnxt_tpa_end() 1933 if (len <= bp->rx_copy_thresh) { in bnxt_rx_pkt() 3907 bp->rx_copy_thresh = BNXT_RX_COPY_THRESH; in bnxt_set_ring_params() 5392 req->jumbo_thresh = cpu_to_le16(bp->rx_copy_thresh); in bnxt_hwrm_vnic_set_hds() 5393 req->hds_threshold = cpu_to_le16(bp->rx_copy_thresh); in bnxt_hwrm_vnic_set_hds()
|
H A D | bnxt.h | 1910 u32 rx_copy_thresh; member
|
H A D | bnxt_ethtool.c | 3634 pkt_size = min(bp->dev->mtu + ETH_HLEN, bp->rx_copy_thresh); in bnxt_run_loopback()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 3221 if (len <= bp->rx_copy_thresh) { in bnx2_rx_int() 5396 bp->rx_copy_thresh = BNX2_RX_COPY_THRESH; in bnx2_set_rx_ring_size() 5413 bp->rx_copy_thresh = 0; in bnx2_set_rx_ring_size()
|
H A D | tg3.h | 3208 u32 rx_copy_thresh; member
|
H A D | tg3.c | 196 #define TG3_RX_COPY_THRESH(tp) ((tp)->rx_copy_thresh) 16996 tp->rx_copy_thresh = TG3_RX_COPY_THRESHOLD; in tg3_get_invariants() 17001 tp->rx_copy_thresh = ~(u16)0; in tg3_get_invariants()
|
H A D | bnx2.h | 6817 u32 rx_copy_thresh; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 3219 if (len <= bp->rx_copy_thresh) { in bnx2_rx_int() 5379 bp->rx_copy_thresh = BNX2_RX_COPY_THRESH; in bnx2_set_rx_ring_size() 5396 bp->rx_copy_thresh = 0; in bnx2_set_rx_ring_size()
|
H A D | tg3.h | 3208 u32 rx_copy_thresh; member
|
H A D | tg3.c | 197 #define TG3_RX_COPY_THRESH(tp) ((tp)->rx_copy_thresh) 16920 tp->rx_copy_thresh = TG3_RX_COPY_THRESHOLD; in tg3_get_invariants() 16925 tp->rx_copy_thresh = ~(u16)0; in tg3_get_invariants()
|
H A D | bnx2.h | 6816 u32 rx_copy_thresh; member
|
Completed in 177 milliseconds