Searched refs:outbound_tail (Results 1 – 2 of 2) sorted by relevance
152 u32 outbound_tail = readl(&mu->outbound_tail); in mv_outbound_read() local155 if (outbound_tail != outbound_head) { in mv_outbound_read()158 memcpy_fromio(&p, &mu->outbound_q[mu->outbound_tail], 8); in mv_outbound_read()159 outbound_tail++; in mv_outbound_read()161 if (outbound_tail == MVIOP_QUEUE_LEN) in mv_outbound_read()162 outbound_tail = 0; in mv_outbound_read()163 writel(outbound_tail, &mu->outbound_tail); in mv_outbound_read()
62 __le32 outbound_tail; member