Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/mlme/psoc/src/
H A Dtarget_if_psoc_timer_tx_ops.c44 if (!(rx_ops && rx_ops->psoc_get_vdev_response_timer_info)) { in target_if_psoc_vdev_rsp_timer_inuse()
50 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_psoc_vdev_rsp_timer_inuse()
79 if (!(rx_ops && rx_ops->psoc_get_vdev_response_timer_info)) { in target_if_psoc_vdev_rsp_timer_init()
85 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_psoc_vdev_rsp_timer_init()
116 if (!(rx_ops && rx_ops->psoc_get_vdev_response_timer_info)) { in target_if_psoc_vdev_rsp_timer_deinit()
122 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_psoc_vdev_rsp_timer_deinit()
141 if (!(rx_ops && rx_ops->psoc_get_vdev_response_timer_info)) { in target_if_flush_psoc_vdev_timers()
147 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, in target_if_flush_psoc_vdev_timers()
169 if (!(rx_ops && rx_ops->psoc_get_vdev_response_timer_info)) { in target_if_vdev_mgr_rsp_timer_mod()
175 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_vdev_mgr_rsp_timer_mod()
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/vdev_mgr/src/
H A Dtarget_if_vdev_mgr_tx_ops.c460 if (!rx_ops || !rx_ops->psoc_get_vdev_response_timer_info) { in target_if_vdev_mgr_start_send()
466 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_vdev_mgr_start_send()
621 if (!rx_ops || !rx_ops->psoc_get_vdev_response_timer_info) { in target_if_vdev_mgr_delete_send()
627 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_vdev_mgr_delete_send()
689 if (!rx_ops || !rx_ops->psoc_get_vdev_response_timer_info) { in target_if_vdev_mgr_stop_send()
695 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_vdev_mgr_stop_send()
993 if (!rx_ops || !rx_ops->psoc_get_vdev_response_timer_info) { in target_if_vdev_mgr_multi_vdev_restart_get_ref()
1009 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info( in target_if_vdev_mgr_multi_vdev_restart_get_ref()
1045 if (!rx_ops || !rx_ops->psoc_get_vdev_response_timer_info) { in target_if_vdev_mgr_multi_vdev_restart_rel_ref()
1052 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, in target_if_vdev_mgr_multi_vdev_restart_rel_ref()
[all …]
H A Dtarget_if_vdev_mgr_rx_ops.c179 if (!rx_ops || !rx_ops->psoc_get_vdev_response_timer_info) { in target_if_vdev_mgr_rsp_timer_cb()
424 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_vdev_mgr_start_response_handler()
491 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_vdev_mgr_stop_response_handler()
553 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, in target_if_vdev_mgr_delete_response_handler()
619 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, in target_if_vdev_mgr_peer_delete_all_response_handler()
810 !rx_ops->psoc_get_vdev_response_timer_info) { in target_if_vdev_mgr_multi_vdev_restart_resp_handler()
836 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, in target_if_vdev_mgr_multi_vdev_restart_resp_handler()
1116 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_update_macaddr_conf_evt_handler()
/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/
H A Dtarget_if_cm_roam_offload.c1708 if (!rx_ops || !rx_ops->psoc_get_vdev_response_timer_info) { in target_if_start_rso_stop_timer()
1714 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_start_rso_stop_timer()
1733 *vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_is_vdev_rsp_valid()
1775 if (!rx_ops || !rx_ops->psoc_get_vdev_response_timer_info) { in target_if_find_active_rso_stop_rsp()
1925 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_cm_roam_abort_rso_stop_timer()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/src/
H A Dwlan_vdev_mgr_tgt_if_rx_api.c403 mlme_rx_ops->psoc_get_vdev_response_timer_info = in tgt_vdev_mgr_register_rx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h2713 struct vdev_response_timer *(*psoc_get_vdev_response_timer_info)( member