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

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

Completed in 115 milliseconds