Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dqwxvar.h1154 struct qwx_ce_ring *status_ring; member
H A Dqwx.c15610 spin_lock_bh(&status_ring->lock); in qwx_dp_tx_completion_handler()
15612 qwx_hal_srng_access_begin(sc, status_ring); in qwx_dp_tx_completion_handler()
15630 qwx_hal_srng_access_end(sc, status_ring); in qwx_dp_tx_completion_handler()
15632 spin_unlock_bh(&status_ring->lock); in qwx_dp_tx_completion_handler()
21302 if (pipe->status_ring) { in qwx_ce_free_pipes()
21303 qwx_ce_free_ring(sc, pipe->status_ring); in qwx_ce_free_pipes()
21304 pipe->status_ring = NULL; in qwx_ce_free_pipes()
21466 pipe->status_ring = ring; in qwx_ce_alloc_pipe()
21718 if (pipe->status_ring) { in qwx_ce_init_pipes()
21728 pipe->status_ring->write_index = 0; in qwx_ce_init_pipes()
[all …]