Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dqwz.c18994 unsigned int sw_index; in qwz_ce_completed_send_next() local
19002 sw_index = pipe->src_ring->sw_index; in qwz_ce_completed_send_next()
19018 sw_index = CE_RING_IDX_INCR(nentries_mask, sw_index); in qwz_ce_completed_send_next()
19019 pipe->src_ring->sw_index = sw_index; in qwz_ce_completed_send_next()
19746 pipe->src_ring->sw_index = 0; in qwz_ce_init_pipes()
19957 unsigned int sw_index; in qwz_ce_completed_recv_next() local
19964 sw_index = pipe->dest_ring->sw_index; in qwz_ce_completed_recv_next()
19990 sw_index = CE_RING_IDX_INCR(nentries_mask, sw_index); in qwz_ce_completed_recv_next()
19991 pipe->dest_ring->sw_index = sw_index; in qwz_ce_completed_recv_next()
20097 sw_index = pipe->src_ring->sw_index; in qwz_ce_send()
[all …]
H A Dqwx.c20902 unsigned int sw_index; in qwx_ce_completed_send_next() local
20910 sw_index = pipe->src_ring->sw_index; in qwx_ce_completed_send_next()
20926 sw_index = CE_RING_IDX_INCR(nentries_mask, sw_index); in qwx_ce_completed_send_next()
20927 pipe->src_ring->sw_index = sw_index; in qwx_ce_completed_send_next()
21699 pipe->src_ring->sw_index = 0; in qwx_ce_init_pipes()
21910 unsigned int sw_index; in qwx_ce_completed_recv_next() local
21917 sw_index = pipe->dest_ring->sw_index; in qwx_ce_completed_recv_next()
21943 sw_index = CE_RING_IDX_INCR(nentries_mask, sw_index); in qwx_ce_completed_recv_next()
21944 pipe->dest_ring->sw_index = sw_index; in qwx_ce_completed_recv_next()
22051 sw_index = pipe->src_ring->sw_index; in qwx_ce_send()
[all …]
H A Dqwxvar.h897 unsigned int sw_index; member
H A Dqwzvar.h909 unsigned int sw_index; member