Lines Matching defs:id
767 static void wmi_evt_ready(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_ready()
815 static void wmi_evt_rx_mgmt(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_rx_mgmt()
909 static void wmi_evt_tx_mgmt(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_tx_mgmt()
920 static void wmi_evt_scan_complete(struct wil6210_vif *vif, int id, in wmi_evt_scan_complete()
953 static void wmi_evt_connect(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_connect()
1121 static void wmi_evt_disconnect(struct wil6210_vif *vif, int id, in wmi_evt_disconnect()
1166 static void wmi_evt_eapol_rx(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_eapol_rx()
1216 static void wmi_evt_ring_en(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_ring_en()
1264 static void wmi_evt_ba_status(struct wil6210_vif *vif, int id, in wmi_evt_ba_status()
1296 static void wmi_evt_addba_rx_req(struct wil6210_vif *vif, int id, in wmi_evt_addba_rx_req()
1314 static void wmi_evt_delba(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_delba()
1376 wmi_evt_sched_scan_result(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_sched_scan_result()
1556 wmi_evt_link_stats(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_link_stats()
1623 wmi_evt_auth_status(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_auth_status()
1712 wmi_evt_reassoc_status(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_reassoc_status()
1841 wmi_evt_link_monitor(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_link_monitor()
1869 static void wmi_evt_ignore(struct wil6210_vif *vif, int id, void *d, int len) in wmi_evt_ignore()
1979 u16 id = le16_to_cpu(wmi->command_id); in wmi_recv_cmd() local
3303 static bool wmi_evt_call_handler(struct wil6210_vif *vif, int id, in wmi_evt_call_handler()
3328 u16 id = le16_to_cpu(wmi->command_id); in wmi_event_handle() local