Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/hptiop/
H A Dhptiop.c237 u_int32_t outbound_tail = BUS_SPACE_RD4_MV2(outbound_tail); in hptiop_mv_outbound_read() local
240 if (outbound_tail != outbound_head) { in hptiop_mv_outbound_read()
243 outbound_q[outbound_tail]), in hptiop_mv_outbound_read()
246 outbound_tail++; in hptiop_mv_outbound_read()
248 if (outbound_tail == MVIOP_QUEUE_LEN) in hptiop_mv_outbound_read()
249 outbound_tail = 0; in hptiop_mv_outbound_read()
251 BUS_SPACE_WRT4_MV2(outbound_tail, outbound_tail); in hptiop_mv_outbound_read()
H A Dhptiop.h104 u_int32_t outbound_tail; member