Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/
Dbnx2.c708 kfree(txr->tx_buf_ring); in bnx2_free_tx_mem()
709 txr->tx_buf_ring = NULL; in bnx2_free_tx_mem()
754 txr->tx_buf_ring = kzalloc(SW_TXBD_RING_SIZE, GFP_KERNEL); in bnx2_alloc_tx_mem()
755 if (txr->tx_buf_ring == NULL) in bnx2_alloc_tx_mem()
2827 tx_buf = &txr->tx_buf_ring[sw_ring_cons]; in bnx2_tx_int()
2858 &txr->tx_buf_ring[TX_RING_IDX(sw_cons)], in bnx2_tx_int()
5366 if (txr->tx_buf_ring == NULL) in bnx2_free_tx_skbs()
5370 struct sw_tx_bd *tx_buf = &txr->tx_buf_ring[j]; in bnx2_free_tx_skbs()
5389 tx_buf = &txr->tx_buf_ring[TX_RING_IDX(j)]; in bnx2_free_tx_skbs()
6530 tx_buf = &txr->tx_buf_ring[ring_prod]; in bnx2_start_xmit()
[all …]
Dbnx2.h6683 struct sw_tx_bd *tx_buf_ring; member
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c68 struct sw_tx_bd *tx_buf = &txdata->tx_buf_ring[idx]; in bnx2x_free_tx_pkt()
2803 tx_buf = &txdata->tx_buf_ring[TX_BD(pkt_prod)]; in bnx2x_start_xmit()
3189 BNX2X_FREE(txdata->tx_buf_ring); in bnx2x_free_fp_mem_at()
3288 BNX2X_ALLOC(txdata->tx_buf_ring, in bnx2x_alloc_fp_mem_at()
Dbnx2x.h462 struct sw_tx_bd *tx_buf_ring; member
Dbnx2x_ethtool.c1902 tx_buf = &txdata->tx_buf_ring[TX_BD(pkt_prod)]; in bnx2x_run_loopback()
Dbnx2x_main.c965 &txdata->tx_buf_ring[j]; in bnx2x_panic_dump()