Searched refs:wil6210_mbox_ctl (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.c | 711 offsetof(struct wil6210_mbox_ctl, tx.tail)); in __wmi_send() 741 wil_w(wil, RGF_MBOX + offsetof(struct wil6210_mbox_ctl, tx.head), in __wmi_send() 1933 offsetof(struct wil6210_mbox_ctl, rx.head)); in wmi_recv_cmd() 2017 offsetof(struct wil6210_mbox_ctl, rx.tail), r->tail); in wmi_recv_cmd() 3444 offsetof(struct wil6210_mbox_ctl, rx.head)); in wil_is_wmi_idle()
|
H A D | wil6210.h | 470 struct wil6210_mbox_ctl { struct 963 struct wil6210_mbox_ctl mbox_ctl;
|
H A D | interrupt.c | 509 sizeof(struct wil6210_mbox_ctl)); in wil_cache_mbox_regs()
|
H A D | debugfs.c | 364 offsetof(struct wil6210_mbox_ctl, tx)); in mbox_show() 366 offsetof(struct wil6210_mbox_ctl, rx)); in mbox_show()
|