Home
last modified time | relevance | path

Searched refs:bnx_tx_buf (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/bnx/
H A Dif_bnxvar.h233 struct bnx_tx_buf { struct
258 struct bnx_tx_buf bnx_tx_buf[BGE_TX_RING_CNT]; argument
H A Dif_bnx.c1031 struct bnx_tx_buf *buf = &txr->bnx_tx_buf[i]; in bnx_free_tx_ring()
2908 struct bnx_tx_buf *buf; in bnx_txeof()
2912 buf = &txr->bnx_tx_buf[idx]; in bnx_txeof()
3425 map = txr->bnx_tx_buf[idx].bnx_tx_dmamap; in bnx_encap()
3503 txr->bnx_tx_buf[*txidx].bnx_tx_dmamap = txr->bnx_tx_buf[idx].bnx_tx_dmamap; in bnx_encap()
3504 txr->bnx_tx_buf[idx].bnx_tx_dmamap = map; in bnx_encap()
3505 txr->bnx_tx_buf[idx].bnx_tx_mbuf = m_head; in bnx_encap()
5209 &txr->bnx_tx_buf[i].bnx_tx_dmamap); in bnx_create_tx_ring()
5215 txr->bnx_tx_buf[j].bnx_tx_dmamap); in bnx_create_tx_ring()
5254 KKASSERT(txr->bnx_tx_buf[i].bnx_tx_mbuf == NULL); in bnx_destroy_tx_ring()
[all …]