Lines Matching refs:wmi
178 struct wil6210_mbox_hdr_wmi wmi; in __wmi_send() member
183 .len = cpu_to_le16(sizeof(cmd.wmi) + len), in __wmi_send()
185 .wmi = { in __wmi_send()
262 trace_wil6210_wmi_cmd(&cmd.wmi, buf, len); in __wmi_send()
761 event.wmi) + len, 4), in wmi_recv_cmd()
767 cmd = (void *)&evt->event.wmi; in wmi_recv_cmd()
775 struct wil6210_mbox_hdr_wmi *wmi = &evt->event.wmi; in wmi_recv_cmd() local
776 u16 id = le16_to_cpu(wmi->id); in wmi_recv_cmd()
777 u32 tstamp = le32_to_cpu(wmi->timestamp); in wmi_recv_cmd()
780 id, wmi->mid, tstamp); in wmi_recv_cmd()
781 trace_wil6210_wmi_event(wmi, &wmi[1], in wmi_recv_cmd()
782 len - sizeof(*wmi)); in wmi_recv_cmd()
873 struct wil6210_mbox_hdr_wmi wmi; in wmi_pcp_start() member
927 struct wil6210_mbox_hdr_wmi wmi; in wmi_get_ssid() member
960 struct wil6210_mbox_hdr_wmi wmi; in wmi_get_channel() member
1052 struct wil6210_mbox_hdr_wmi wmi; in wmi_rxon() member
1089 struct wil6210_mbox_hdr_wmi wmi; in wmi_rx_chain_add() member
1143 struct wil6210_mbox_hdr_wmi wmi; in wmi_get_temperature() member
1232 struct wil6210_mbox_hdr_wmi wmi; in wmi_addba_rx_resp() member
1288 struct wil6210_mbox_hdr_wmi *wmi = (void *)(&hdr[1]); in wmi_event_handle() local
1289 void *evt_data = (void *)(&wmi[1]); in wmi_event_handle()
1290 u16 id = le16_to_cpu(wmi->id); in wmi_event_handle()
1297 memcpy(wil->reply_buf, wmi, in wmi_event_handle()
1301 len - sizeof(*wmi)); in wmi_event_handle()
1310 len - sizeof(*wmi))) { in wmi_event_handle()