Home
last modified time | relevance | path

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

/Linux-v5.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.c384 tx_buf = &txr->tx_buf_ring[prod]; in bnxt_start_xmit()
551 tx_buf = &txr->tx_buf_ring[prod]; in bnxt_start_xmit()
600 tx_buf = &txr->tx_buf_ring[prod]; in bnxt_start_xmit()
609 tx_buf = &txr->tx_buf_ring[prod]; in bnxt_start_xmit()
633 tx_buf = &txr->tx_buf_ring[cons]; in bnxt_tx_int()
649 tx_buf = &txr->tx_buf_ring[cons]; in bnxt_tx_int()
2531 struct bnxt_sw_tx_bd *tx_buf = &txr->tx_buf_ring[j]; in bnxt_free_tx_skbs()
2573 tx_buf = &txr->tx_buf_ring[ring_idx]; in bnxt_free_tx_skbs()
3182 rmem->vmem = (void **)&txr->tx_buf_ring; in bnxt_init_ring_struct()
Dbnxt.h776 struct bnxt_sw_tx_bd *tx_buf_ring; member
/Linux-v5.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
/Linux-v5.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()
3858 tx_buf = &txdata->tx_buf_ring[TX_BD(pkt_prod)]; in bnx2x_start_xmit()
4406 BNX2X_FREE(txdata->tx_buf_ring); in bnx2x_free_fp_mem_at()
4570 txdata->tx_buf_ring = kcalloc(NUM_TX_BD, in bnx2x_alloc_fp_mem_at()
4573 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.c1159 &txdata->tx_buf_ring[j]; in bnx2x_panic_dump()