Home
last modified time | relevance | path

Searched refs:tx_buf_ring (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_xdp.c33 tx_buf = &txr->tx_buf_ring[prod]; in bnxt_xmit_bd()
82 tx_buf = &txr->tx_buf_ring[tx_cons]; in bnxt_tx_int_xdp()
102 tx_buf = &txr->tx_buf_ring[last_tx_cons]; in bnxt_tx_int_xdp()
Dbnxt.c436 tx_buf = &txr->tx_buf_ring[prod]; in bnxt_start_xmit()
598 tx_buf = &txr->tx_buf_ring[prod]; in bnxt_start_xmit()
640 tx_buf = &txr->tx_buf_ring[prod]; in bnxt_start_xmit()
648 tx_buf = &txr->tx_buf_ring[prod]; in bnxt_start_xmit()
659 txr->tx_buf_ring[txr->tx_prod].skb = NULL; in bnxt_start_xmit()
678 tx_buf = &txr->tx_buf_ring[cons]; in bnxt_tx_int()
694 tx_buf = &txr->tx_buf_ring[cons]; in bnxt_tx_int()
2612 if (!txr->tx_buf_ring) in bnxt_free_tx_skbs()
2616 struct bnxt_sw_tx_bd *tx_buf = &txr->tx_buf_ring[j]; in bnxt_free_tx_skbs()
2658 tx_buf = &txr->tx_buf_ring[ring_idx]; in bnxt_free_tx_skbs()
[all …]
Dbnxt.h783 struct bnxt_sw_tx_bd *tx_buf_ring; member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
Dbnx2.c705 kfree(txr->tx_buf_ring); in bnx2_free_tx_mem()
706 txr->tx_buf_ring = NULL; in bnx2_free_tx_mem()
751 txr->tx_buf_ring = kzalloc(SW_TXBD_RING_SIZE, GFP_KERNEL); in bnx2_alloc_tx_mem()
752 if (!txr->tx_buf_ring) in bnx2_alloc_tx_mem()
2863 tx_buf = &txr->tx_buf_ring[sw_ring_cons]; in bnx2_tx_int()
2894 tx_buf = &txr->tx_buf_ring[BNX2_TX_RING_IDX(sw_cons)]; in bnx2_tx_int()
5436 if (!txr->tx_buf_ring) in bnx2_free_tx_skbs()
5440 struct bnx2_sw_tx_bd *tx_buf = &txr->tx_buf_ring[j]; in bnx2_free_tx_skbs()
5459 tx_buf = &txr->tx_buf_ring[BNX2_TX_RING_IDX(j)]; in bnx2_free_tx_skbs()
6669 tx_buf = &txr->tx_buf_ring[ring_prod]; in bnx2_start_xmit()
[all …]
Dbnx2.h6735 struct bnx2_sw_tx_bd *tx_buf_ring; member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c198 struct sw_tx_bd *tx_buf = &txdata->tx_buf_ring[idx]; in bnx2x_free_tx_pkt()
3864 tx_buf = &txdata->tx_buf_ring[TX_BD(pkt_prod)]; in bnx2x_start_xmit()
4412 BNX2X_FREE(txdata->tx_buf_ring); in bnx2x_free_fp_mem_at()
4576 txdata->tx_buf_ring = kcalloc(NUM_TX_BD, in bnx2x_alloc_fp_mem_at()
4579 if (!txdata->tx_buf_ring) in bnx2x_alloc_fp_mem_at()
Dbnx2x.h516 struct sw_tx_bd *tx_buf_ring; member
Dbnx2x_ethtool.c2576 tx_buf = &txdata->tx_buf_ring[TX_BD(pkt_prod)]; in bnx2x_run_loopback()
Dbnx2x_main.c1170 &txdata->tx_buf_ring[j]; in bnx2x_panic_dump()