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) {
1935 if (r->tail == r->head)
1938 wil_dbg_wmi(wil, "Mbox head %08x tail %08x\n",
1939 r->head, r->tail);
1940 /* read cmd descriptor from tail */
1941 wil_memcpy_fromio_32(&d_tail, wil->csr + HOSTADDR(r->tail),
1972 wil_w(wil, r->tail +
2014 /* advance tail */
2015 r->tail = r->base + ((r->tail - r->base +
2018 offsetof(struct wil6210_mbox_ctl, rx.tail), r->tail);
2670 wil_dbg_misc(wil, "Rx init: status %d tail 0x%08x\n",
3446 if (r->tail != r->head)