Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c896 bfe_rx_desc_init(&bfe->bfe_rx_ring); in bfe_chip_restart()
1243 bfe_rx_desc_init(&bfe->bfe_rx_ring); in bfe_chip_start()
2171 bfe_ring_t *r = &bfe->bfe_rx_ring; in bfe_rx_desc_buf_reinit()
2204 bfe_ring_t *r = &bfe->bfe_rx_ring; in bfe_receive()
2780 bfe->bfe_rx_ring.r_lockp = &bfe->bfe_rx_ring.r_lock; in bfe_rings_alloc()
2783 bfe->bfe_rx_ring.r_ndesc = RX_NUM_DESC; in bfe_rings_alloc()
2784 bfe->bfe_rx_ring.r_bfe = bfe; in bfe_rings_alloc()
2785 bfe->bfe_rx_ring.r_avail_desc = RX_NUM_DESC; in bfe_rings_alloc()
3011 bfe_buffer_free(&bfe->bfe_rx_ring); in bfe_detach()
3012 bfe_ring_desc_free(&bfe->bfe_rx_ring); in bfe_detach()
[all …]
H A Dbfe.h317 bfe_ring_t bfe_rx_ring; member