Searched refs:twt_rx_ops (Results 1 – 6 of 6) sorted by relevance
37 struct wlan_lmac_if_twt_rx_ops *twt_rx_ops; in target_if_twt_setup_complete_event_handler() local53 twt_rx_ops = wlan_twt_get_rx_ops(psoc); in target_if_twt_setup_complete_event_handler()54 if (!twt_rx_ops || !twt_rx_ops->twt_setup_comp_cb) { in target_if_twt_setup_complete_event_handler()79 qdf_status = twt_rx_ops->twt_setup_comp_cb(psoc, data); in target_if_twt_setup_complete_event_handler()95 struct wlan_lmac_if_twt_rx_ops *twt_rx_ops; in target_if_twt_teardown_complete_event_handler() local111 twt_rx_ops = wlan_twt_get_rx_ops(psoc); in target_if_twt_teardown_complete_event_handler()112 if (!twt_rx_ops || !twt_rx_ops->twt_teardown_comp_cb) { in target_if_twt_teardown_complete_event_handler()129 qdf_status = twt_rx_ops->twt_teardown_comp_cb(psoc, data); in target_if_twt_teardown_complete_event_handler()154 struct wlan_lmac_if_twt_rx_ops *twt_rx_ops; in target_if_twt_pause_complete_event_handler() local170 twt_rx_ops = wlan_twt_get_rx_ops(psoc); in target_if_twt_pause_complete_event_handler()[all …]
35 struct wlan_lmac_if_twt_rx_ops *twt_rx_ops; in target_if_twt_en_complete_event_handler() local57 twt_rx_ops = &rx_ops->twt_rx_ops; in target_if_twt_en_complete_event_handler()58 if (!twt_rx_ops || !twt_rx_ops->twt_enable_comp_cb) { in target_if_twt_en_complete_event_handler()76 status = twt_rx_ops->twt_enable_comp_cb(psoc, &event); in target_if_twt_en_complete_event_handler()89 struct wlan_lmac_if_twt_rx_ops *twt_rx_ops; in target_if_twt_disable_comp_event_handler() local111 twt_rx_ops = &rx_ops->twt_rx_ops; in target_if_twt_disable_comp_event_handler()112 if (!twt_rx_ops || !twt_rx_ops->twt_disable_comp_cb) { in target_if_twt_disable_comp_event_handler()130 status = twt_rx_ops->twt_disable_comp_cb(psoc, &event); in target_if_twt_disable_comp_event_handler()
80 struct wlan_lmac_if_twt_rx_ops *twt_rx_ops = &rx_ops->twt_rx_ops; in tgt_twt_register_ext_rx_ops() local82 twt_rx_ops->twt_setup_comp_cb = tgt_twt_setup_complete_resp_handler; in tgt_twt_register_ext_rx_ops()83 twt_rx_ops->twt_teardown_comp_cb = in tgt_twt_register_ext_rx_ops()85 twt_rx_ops->twt_pause_comp_cb = tgt_twt_pause_complete_resp_handler; in tgt_twt_register_ext_rx_ops()86 twt_rx_ops->twt_resume_comp_cb = tgt_twt_resume_complete_resp_handler; in tgt_twt_register_ext_rx_ops()87 twt_rx_ops->twt_nudge_comp_cb = tgt_twt_nudge_complete_resp_handler; in tgt_twt_register_ext_rx_ops()88 twt_rx_ops->twt_notify_comp_cb = tgt_twt_notify_complete_resp_handler; in tgt_twt_register_ext_rx_ops()89 twt_rx_ops->twt_ack_comp_cb = tgt_twt_ack_complete_resp_handler; in tgt_twt_register_ext_rx_ops()
46 struct wlan_lmac_if_twt_rx_ops *twt_rx_ops = &rx_ops->twt_rx_ops; in tgt_twt_register_rx_ops() local48 twt_rx_ops->twt_enable_comp_cb = tgt_twt_enable_complete_resp_handler; in tgt_twt_register_rx_ops()49 twt_rx_ops->twt_disable_comp_cb = tgt_twt_disable_complete_resp_handler; in tgt_twt_register_rx_ops()
54 return &rx_ops->twt_rx_ops; in wlan_twt_get_rx_ops()
2839 struct wlan_lmac_if_twt_rx_ops twt_rx_ops; member