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

/drivers/scsi/
H A Dhptiop.c152 u32 outbound_tail = readl(&mu->outbound_tail); local
155 if (outbound_tail != outbound_head) {
158 memcpy_fromio(&p, &mu->outbound_q[mu->outbound_tail], 8);
159 outbound_tail++;
161 if (outbound_tail == MVIOP_QUEUE_LEN)
162 outbound_tail = 0;
163 writel(outbound_tail, &mu->outbound_tail);
H A Dhptiop.h62 __le32 outbound_tail; member in struct:hpt_iopmu_mv

Completed in 36 milliseconds