Home
last modified time | relevance | path

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

/Linux-v5.4/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()
2479 struct bnxt_sw_tx_bd *tx_buf = &txr->tx_buf_ring[j]; in bnxt_free_tx_skbs()
2521 tx_buf = &txr->tx_buf_ring[ring_idx]; in bnxt_free_tx_skbs()
3129 rmem->vmem = (void **)&txr->tx_buf_ring; in bnxt_init_ring_struct()
Dbnxt.h770 struct bnxt_sw_tx_bd *tx_buf_ring; member
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dbnx2.c711 kfree(txr->tx_buf_ring); in bnx2_free_tx_mem()
712 txr->tx_buf_ring = NULL; in bnx2_free_tx_mem()
757 txr->tx_buf_ring = kzalloc(SW_TXBD_RING_SIZE, GFP_KERNEL); in bnx2_alloc_tx_mem()
758 if (!txr->tx_buf_ring) in bnx2_alloc_tx_mem()
2869 tx_buf = &txr->tx_buf_ring[sw_ring_cons]; in bnx2_tx_int()
2900 tx_buf = &txr->tx_buf_ring[BNX2_TX_RING_IDX(sw_cons)]; in bnx2_tx_int()
5442 if (!txr->tx_buf_ring) in bnx2_free_tx_skbs()
5446 struct bnx2_sw_tx_bd *tx_buf = &txr->tx_buf_ring[j]; in bnx2_free_tx_skbs()
5465 tx_buf = &txr->tx_buf_ring[BNX2_TX_RING_IDX(j)]; in bnx2_free_tx_skbs()
6675 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.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c198 struct sw_tx_bd *tx_buf = &txdata->tx_buf_ring[idx]; in bnx2x_free_tx_pkt()
3855 tx_buf = &txdata->tx_buf_ring[TX_BD(pkt_prod)]; in bnx2x_start_xmit()
4403 BNX2X_FREE(txdata->tx_buf_ring); in bnx2x_free_fp_mem_at()
4567 txdata->tx_buf_ring = kcalloc(NUM_TX_BD, in bnx2x_alloc_fp_mem_at()
4570 if (!txdata->tx_buf_ring) in bnx2x_alloc_fp_mem_at()
Dbnx2x.h510 struct sw_tx_bd *tx_buf_ring; member
Dbnx2x_ethtool.c2582 tx_buf = &txdata->tx_buf_ring[TX_BD(pkt_prod)]; in bnx2x_run_loopback()
Dbnx2x_main.c1157 &txdata->tx_buf_ring[j]; in bnx2x_panic_dump()