Searched refs:next_head (Results 1 – 1 of 1) sorted by relevance
192 u32 next_head; in __wmi_send() local226 next_head = r->base + ((r->head - r->base + sizeof(d_head)) % r->size); in __wmi_send()227 wil_dbg_wmi(wil, "Head 0x%08x -> 0x%08x\n", r->head, next_head); in __wmi_send()232 if (next_head != r->tail) in __wmi_send()236 if (next_head == r->tail) { in __wmi_send()259 iowrite32(r->head = next_head, wil->csr + HOST_MBOX + in __wmi_send()