Lines Matching refs:tail
710 r->tail = wil_r(wil, RGF_MBOX +
711 offsetof(struct wil6210_mbox_ctl, tx.tail));
712 if (next_head != r->tail)
716 if (next_head == r->tail) {
1936 if (r->tail == r->head)
1939 wil_dbg_wmi(wil, "Mbox head %08x tail %08x\n",
1940 r->head, r->tail);
1941 /* read cmd descriptor from tail */
1942 wil_memcpy_fromio_32(&d_tail, wil->csr + HOSTADDR(r->tail),
1973 wil_w(wil, r->tail +
2015 /* advance tail */
2016 r->tail = r->base + ((r->tail - r->base +
2019 offsetof(struct wil6210_mbox_ctl, rx.tail), r->tail);
2671 wil_dbg_misc(wil, "Rx init: status %d tail 0x%08x\n",
3447 if (r->tail != r->head)