Searched refs:wil6210_mbox_ctl (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | wil6210.h | 466 struct wil6210_mbox_ctl { struct 927 struct wil6210_mbox_ctl mbox_ctl;
|
D | wmi.c | 692 offsetof(struct wil6210_mbox_ctl, tx.tail)); in __wmi_send() 722 wil_w(wil, RGF_MBOX + offsetof(struct wil6210_mbox_ctl, tx.head), in __wmi_send() 1531 offsetof(struct wil6210_mbox_ctl, rx.head)); in wmi_recv_cmd() 1615 offsetof(struct wil6210_mbox_ctl, rx.tail), r->tail); in wmi_recv_cmd() 2902 offsetof(struct wil6210_mbox_ctl, rx.head)); in wil_is_wmi_idle()
|
D | interrupt.c | 508 sizeof(struct wil6210_mbox_ctl)); in wil_cache_mbox_regs()
|
D | debugfs.c | 361 offsetof(struct wil6210_mbox_ctl, tx)); in wil_mbox_debugfs_show() 363 offsetof(struct wil6210_mbox_ctl, rx)); in wil_mbox_debugfs_show()
|