Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c276 bfe_ring_t *tx = &bfe->bfe_tx_ring; in bfe_grab_locks()
297 bfe_ring_t *tx = &bfe->bfe_tx_ring; in bfe_release_locks()
895 bfe_tx_desc_init(&bfe->bfe_tx_ring); in bfe_chip_restart()
1242 bfe_tx_desc_init(&bfe->bfe_tx_ring); in bfe_chip_start()
1914 bfe_ring_t *r = &bfe->bfe_tx_ring; in bfe_send_a_packet()
2015 bfe_ring_t *r = &bfe->bfe_tx_ring; in bfe_mac_transmit_packet()
2347 bfe_ring_t *r = &bfe->bfe_tx_ring; in bfe_tx_done()
2771 bfe->bfe_tx_ring.r_lockp = &bfe->bfe_tx_ring.r_lock; in bfe_rings_alloc()
2774 bfe->bfe_tx_ring.r_ndesc = TX_NUM_DESC; in bfe_rings_alloc()
2775 bfe->bfe_tx_ring.r_bfe = bfe; in bfe_rings_alloc()
[all …]
H A Dbfe.h316 bfe_ring_t bfe_tx_ring; member