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

/drivers/scsi/
H A Dhptiop.c147 u32 outbound_tail = readl(&mu->outbound_tail); local
150 if (outbound_tail != outbound_head) {
153 memcpy_fromio(&p, &mu->outbound_q[mu->outbound_tail], 8);
154 outbound_tail++;
156 if (outbound_tail == MVIOP_QUEUE_LEN)
157 outbound_tail = 0;
158 writel(outbound_tail, &mu->outbound_tail);
H A Dhptiop.h62 __le32 outbound_tail; member in struct:hpt_iopmu_mv

Completed in 76 milliseconds