Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/ !
Dhptiop.c144 u32 outbound_tail = readl(&mu->outbound_tail); in mv_outbound_read() local
147 if (outbound_tail != outbound_head) { in mv_outbound_read()
150 memcpy_fromio(&p, &mu->outbound_q[mu->outbound_tail], 8); in mv_outbound_read()
151 outbound_tail++; in mv_outbound_read()
153 if (outbound_tail == MVIOP_QUEUE_LEN) in mv_outbound_read()
154 outbound_tail = 0; in mv_outbound_read()
155 writel(outbound_tail, &mu->outbound_tail); in mv_outbound_read()
Dhptiop.h54 __le32 outbound_tail; member