Home
last modified time | relevance | path

Searched refs:twt_rx_ops (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/components/target_if/twt/src/
Dtarget_if_ext_twt_evt.c37 struct wlan_lmac_if_twt_rx_ops *twt_rx_ops; in target_if_twt_setup_complete_event_handler() local
53 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() local
111 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() local
170 twt_rx_ops = wlan_twt_get_rx_ops(psoc); in target_if_twt_pause_complete_event_handler()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/twt/src/
Dtarget_if_twt_evt.c35 struct wlan_lmac_if_twt_rx_ops *twt_rx_ops; in target_if_twt_en_complete_event_handler() local
57 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() local
111 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()
/wlan-driver/qcacld-3.0/components/umac/twt/dispatcher/src/
Dwlan_twt_tgt_if_ext_rx_api.c80 struct wlan_lmac_if_twt_rx_ops *twt_rx_ops = &rx_ops->twt_rx_ops; in tgt_twt_register_ext_rx_ops() local
82 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()
/wlan-driver/qca-wifi-host-cmn/umac/twt/dispatcher/src/
Dwlan_twt_tgt_if_rx_api.c46 struct wlan_lmac_if_twt_rx_ops *twt_rx_ops = &rx_ops->twt_rx_ops; in tgt_twt_register_rx_ops() local
48 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()
Dwlan_twt_api.c54 return &rx_ops->twt_rx_ops; in wlan_twt_get_rx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h2839 struct wlan_lmac_if_twt_rx_ops twt_rx_ops; member