Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dqwz.c13715 spin_lock_bh(&status_ring->lock); in qwz_dp_tx_completion_handler()
13717 qwz_hal_srng_access_begin(sc, status_ring); in qwz_dp_tx_completion_handler()
13735 qwz_hal_srng_access_end(sc, status_ring); in qwz_dp_tx_completion_handler()
13737 spin_unlock_bh(&status_ring->lock); in qwz_dp_tx_completion_handler()
19354 if (pipe->status_ring) { in qwz_ce_free_pipes()
19355 qwz_ce_free_ring(sc, pipe->status_ring); in qwz_ce_free_pipes()
19356 pipe->status_ring = NULL; in qwz_ce_free_pipes()
19518 pipe->status_ring = ring; in qwz_ce_alloc_pipe()
19766 if (pipe->status_ring) { in qwz_ce_init_pipes()
19776 pipe->status_ring->write_index = 0; in qwz_ce_init_pipes()
[all …]
H A Dqwxvar.h1154 struct qwx_ce_ring *status_ring; member
H A Dqwx.c15614 spin_lock_bh(&status_ring->lock); in qwx_dp_tx_completion_handler()
15616 qwx_hal_srng_access_begin(sc, status_ring); in qwx_dp_tx_completion_handler()
15634 qwx_hal_srng_access_end(sc, status_ring); in qwx_dp_tx_completion_handler()
15636 spin_unlock_bh(&status_ring->lock); in qwx_dp_tx_completion_handler()
21303 if (pipe->status_ring) { in qwx_ce_free_pipes()
21304 qwx_ce_free_ring(sc, pipe->status_ring); in qwx_ce_free_pipes()
21305 pipe->status_ring = NULL; in qwx_ce_free_pipes()
21467 pipe->status_ring = ring; in qwx_ce_alloc_pipe()
21719 if (pipe->status_ring) { in qwx_ce_init_pipes()
21729 pipe->status_ring->write_index = 0; in qwx_ce_init_pipes()
[all …]
H A Dqwzvar.h1311 struct qwz_ce_ring *status_ring; member