Lines Matching refs:tail
230 r->tail = ioread32(wil->csr + HOST_MBOX + in __wmi_send()
231 offsetof(struct wil6210_mbox_ctl, tx.tail)); in __wmi_send()
232 if (next_head != r->tail) in __wmi_send()
236 if (next_head == r->tail) { in __wmi_send()
733 if (r->tail == r->head) in wmi_recv_cmd()
737 r->head, r->tail); in wmi_recv_cmd()
739 wil_memcpy_fromio_32(&d_tail, wil->csr + HOSTADDR(r->tail), in wmi_recv_cmd()
770 iowrite32(0, wil->csr + HOSTADDR(r->tail) + in wmi_recv_cmd()
788 r->tail = r->base + ((r->tail - r->base + in wmi_recv_cmd()
790 iowrite32(r->tail, wil->csr + HOST_MBOX + in wmi_recv_cmd()
791 offsetof(struct wil6210_mbox_ctl, rx.tail)); in wmi_recv_cmd()