Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hptiop/
H A Dhptiop.c228 u_int32_t outbound_tail = BUS_SPACE_RD4_MV2(outbound_tail); in hptiop_mv_outbound_read() local
231 if (outbound_tail != outbound_head) { in hptiop_mv_outbound_read()
234 outbound_q[outbound_tail]), in hptiop_mv_outbound_read()
237 outbound_tail++; in hptiop_mv_outbound_read()
239 if (outbound_tail == MVIOP_QUEUE_LEN) in hptiop_mv_outbound_read()
240 outbound_tail = 0; in hptiop_mv_outbound_read()
242 BUS_SPACE_WRT4_MV2(outbound_tail, outbound_tail); in hptiop_mv_outbound_read()
H A Dhptiop.h102 u_int32_t outbound_tail; member