Searched refs:outbound_tail (Results 1 – 2 of 2) sorted by relevance
228 u_int32_t outbound_tail = BUS_SPACE_RD4_MV2(outbound_tail); in hptiop_mv_outbound_read() local231 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()
102 u_int32_t outbound_tail; member