Searched refs:outbound_tail (Results 1 – 2 of 2) sorted by relevance
144 u32 outbound_tail = readl(&mu->outbound_tail); in mv_outbound_read() local147 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()
54 __le32 outbound_tail; member