Home
last modified time | relevance | path

Searched refs:d_head (Results 1 – 1 of 1) sorted by relevance

/drivers/net/wireless/ath/wil6210/
Dwmi.c186 struct wil6210_mbox_ring_desc d_head; in __wmi_send() local
211 wil_memcpy_fromio_32(&d_head, head, sizeof(d_head)); in __wmi_send()
212 if (d_head.sync == 0) in __wmi_send()
216 if (d_head.sync != 0) { in __wmi_send()
221 next_head = r->base + ((r->head - r->base + sizeof(d_head)) % r->size); in __wmi_send()
235 dst = wmi_buffer(wil, d_head.addr); in __wmi_send()
238 le32_to_cpu(d_head.addr)); in __wmi_send()