Home
last modified time | relevance | path

Searched refs:twt_tx_ops (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/components/target_if/twt/src/
Dtarget_if_ext_twt_cmd.c147 target_if_twt_register_ext_tx_ops(struct wlan_lmac_if_twt_tx_ops *twt_tx_ops) in target_if_twt_register_ext_tx_ops() argument
149 twt_tx_ops->setup_req = target_if_twt_setup_req; in target_if_twt_register_ext_tx_ops()
150 twt_tx_ops->teardown_req = target_if_twt_teardown_req; in target_if_twt_register_ext_tx_ops()
151 twt_tx_ops->pause_req = target_if_twt_pause_req; in target_if_twt_register_ext_tx_ops()
152 twt_tx_ops->resume_req = target_if_twt_resume_req; in target_if_twt_register_ext_tx_ops()
153 twt_tx_ops->nudge_req = target_if_twt_nudge_req; in target_if_twt_register_ext_tx_ops()
154 twt_tx_ops->set_ac_param = target_if_twt_ac_param_send; in target_if_twt_register_ext_tx_ops()
/wlan-driver/qca-wifi-host-cmn/target_if/twt/src/
Dtarget_if_twt.c122 struct wlan_lmac_if_twt_tx_ops *twt_tx_ops; in target_if_twt_register_tx_ops() local
130 twt_tx_ops = &tx_ops->twt_tx_ops; in target_if_twt_register_tx_ops()
131 twt_tx_ops->enable_req = target_if_twt_enable_req; in target_if_twt_register_tx_ops()
132 twt_tx_ops->disable_req = target_if_twt_disable_req; in target_if_twt_register_tx_ops()
133 twt_tx_ops->register_events = target_if_twt_register_events; in target_if_twt_register_tx_ops()
134 twt_tx_ops->deregister_events = target_if_twt_deregister_events; in target_if_twt_register_tx_ops()
136 status = target_if_twt_register_ext_tx_ops(twt_tx_ops); in target_if_twt_register_tx_ops()
/wlan-driver/qca-wifi-host-cmn/target_if/twt/inc/
Dtarget_if_ext_twt.h58 target_if_twt_register_ext_tx_ops(struct wlan_lmac_if_twt_tx_ops *twt_tx_ops);
128 target_if_twt_register_ext_tx_ops(struct wlan_lmac_if_twt_tx_ops *twt_tx_ops) in target_if_twt_register_ext_tx_ops() argument
/wlan-driver/qca-wifi-host-cmn/umac/twt/dispatcher/src/
Dwlan_twt_api.c40 return &tx_ops->twt_tx_ops; in wlan_twt_get_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h1906 struct wlan_lmac_if_twt_tx_ops twt_tx_ops; member