Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dqwz.c6864 if (srng->u.src_ring.hp == srng->u.src_ring.reap_hp) in qwz_hal_srng_src_get_next_reaped()
6868 srng->u.src_ring.hp = (srng->u.src_ring.hp + srng->entry_size) % in qwz_hal_srng_src_get_next_reaped()
7129 *srng->u.src_ring.hp_addr = srng->u.src_ring.hp; in qwz_hal_srng_access_end()
11981 ctx = pipe->src_ring->per_transfer_context[pipe->src_ring->write_index]; in qwz_htc_send()
18424 *srng->u.src_ring.tp_addr != srng->u.src_ring.hp) in qwz_hal_srng_shadow_update_hp_tp()
18900 srng->u.src_ring.hp = 0; in qwz_hal_srng_setup()
19344 if (pipe->src_ring) { in qwz_ce_free_pipes()
19346 pipe->src_ring = NULL; in qwz_ce_free_pipes()
19498 pipe->src_ring = ring; in qwz_ce_alloc_pipe()
19735 if (pipe->src_ring) { in qwz_ce_init_pipes()
[all …]
H A Dqwx.c9065 if (srng->u.src_ring.hp == srng->u.src_ring.reap_hp) in qwx_hal_srng_src_get_next_reaped()
9069 srng->u.src_ring.hp = (srng->u.src_ring.hp + srng->entry_size) % in qwx_hal_srng_src_get_next_reaped()
9345 *srng->u.src_ring.hp_addr = srng->u.src_ring.hp; in qwx_hal_srng_access_end()
13839 ctx = pipe->src_ring->per_transfer_context[pipe->src_ring->write_index]; in qwx_htc_send()
20322 *srng->u.src_ring.tp_addr != srng->u.src_ring.hp) in qwx_hal_srng_shadow_update_hp_tp()
20802 srng->u.src_ring.hp = 0; in qwx_hal_srng_setup()
21293 if (pipe->src_ring) { in qwx_ce_free_pipes()
21295 pipe->src_ring = NULL; in qwx_ce_free_pipes()
21447 pipe->src_ring = ring; in qwx_ce_alloc_pipe()
21688 if (pipe->src_ring) { in qwx_ce_init_pipes()
[all …]
H A Dqwxvar.h624 } src_ring; member
1152 struct qwx_ce_ring *src_ring; member
H A Dqwzvar.h625 } src_ring; member
1309 struct qwz_ce_ring *src_ring; member