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