/wlan-driver/qca-wifi-host-cmn/target_if/mlme/psoc/src/ |
H A D | target_if_psoc_timer_tx_ops.c | 35 struct vdev_response_timer *vdev_rsp; in target_if_psoc_vdev_rsp_timer_inuse() local 50 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_psoc_vdev_rsp_timer_inuse() 51 if (!vdev_rsp) { in target_if_psoc_vdev_rsp_timer_inuse() 57 if (qdf_atomic_read(&vdev_rsp->rsp_timer_inuse)) { in target_if_psoc_vdev_rsp_timer_inuse() 69 struct vdev_response_timer *vdev_rsp; in target_if_psoc_vdev_rsp_timer_init() local 85 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_psoc_vdev_rsp_timer_init() 86 if (!vdev_rsp) { in target_if_psoc_vdev_rsp_timer_init() 92 vdev_rsp->psoc = psoc; in target_if_psoc_vdev_rsp_timer_init() 93 vdev_rsp->vdev_id = vdev_id; in target_if_psoc_vdev_rsp_timer_init() 94 qdf_timer_init(NULL, &vdev_rsp->rsp_timer, in target_if_psoc_vdev_rsp_timer_init() [all …]
|
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/vdev_mgr/src/ |
H A D | target_if_vdev_mgr_rx_ops.c | 78 struct vdev_response_timer *vdev_rsp, in target_if_vdev_mgr_mac_addr_rsp_timeout() argument 101 target_if_vdev_mgr_rsp_timer_stop(psoc, vdev_rsp, rsp_pos); in target_if_vdev_mgr_mac_addr_rsp_timeout() 110 struct vdev_response_timer *vdev_rsp, in target_if_vdev_mgr_mac_addr_rsp_timeout() argument 126 struct vdev_response_timer *vdev_rsp) in target_if_check_and_restart_vdev_mgr_rsp_timer() argument 130 soc_txrx_handle = wlan_psoc_get_dp_handle(vdev_rsp->psoc); in target_if_check_and_restart_vdev_mgr_rsp_timer() 138 qdf_timer_mod(&vdev_rsp->rsp_timer, vdev_rsp->expire_time); in target_if_check_and_restart_vdev_mgr_rsp_timer() 147 struct vdev_response_timer *vdev_rsp) in target_if_check_and_restart_vdev_mgr_rsp_timer() argument 161 struct vdev_response_timer *vdev_rsp = arg; in target_if_vdev_mgr_rsp_timer_cb() local 167 if (!vdev_rsp) { in target_if_vdev_mgr_rsp_timer_cb() 172 psoc = vdev_rsp->psoc; in target_if_vdev_mgr_rsp_timer_cb() [all …]
|
H A D | target_if_vdev_mgr_tx_ops.c | 57 struct vdev_response_timer *vdev_rsp, in target_if_vdev_mgr_rsp_timer_stop() argument 65 vdev_rsp->vdev_id, wlan_psoc_get_id(psoc)); in target_if_vdev_mgr_rsp_timer_stop() 69 if (qdf_atomic_test_and_clear_bit(clear_bit, &vdev_rsp->rsp_status)) { in target_if_vdev_mgr_rsp_timer_stop() 74 if (vdev_rsp->timer_status == QDF_STATUS_E_TIMEOUT) { in target_if_vdev_mgr_rsp_timer_stop() 76 qdf_atomic_set(&vdev_rsp->rsp_timer_inuse, 0); in target_if_vdev_mgr_rsp_timer_stop() 77 vdev_rsp->psoc = NULL; in target_if_vdev_mgr_rsp_timer_stop() 82 vdev_rsp->vdev_id); in target_if_vdev_mgr_rsp_timer_stop() 84 qdf_timer_stop(&vdev_rsp->rsp_timer); in target_if_vdev_mgr_rsp_timer_stop() 93 vdev_rsp->timer_status = QDF_STATUS_SUCCESS; in target_if_vdev_mgr_rsp_timer_stop() 106 struct vdev_response_timer *vdev_rsp, in target_if_vdev_mgr_rsp_timer_start() argument [all …]
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_vdev_tlv.c | 211 struct vdev_start_response *vdev_rsp) in extract_vdev_start_resp_tlv() argument 228 qdf_mem_zero(vdev_rsp, sizeof(*vdev_rsp)); in extract_vdev_start_resp_tlv() 230 vdev_rsp->vdev_id = ev->vdev_id; in extract_vdev_start_resp_tlv() 231 vdev_rsp->requestor_id = ev->requestor_id; in extract_vdev_start_resp_tlv() 234 vdev_rsp->resp_type = WMI_HOST_VDEV_START_RESP_EVENT; in extract_vdev_start_resp_tlv() 237 vdev_rsp->resp_type = WMI_HOST_VDEV_RESTART_RESP_EVENT; in extract_vdev_start_resp_tlv() 243 vdev_rsp->status = ev->status; in extract_vdev_start_resp_tlv() 244 vdev_rsp->chain_mask = ev->chain_mask; in extract_vdev_start_resp_tlv() 245 vdev_rsp->smps_mode = ev->smps_mode; in extract_vdev_start_resp_tlv() 246 vdev_rsp->mac_id = ev->mac_id; in extract_vdev_start_resp_tlv() [all …]
|
H A D | wmi_unified_vdev_api.c | 86 struct vdev_start_response *vdev_rsp) in wmi_extract_vdev_start_resp() argument 91 vdev_rsp); in wmi_extract_vdev_start_resp()
|
/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/ |
H A D | target_if_cm_roam_offload.c | 1698 struct vdev_response_timer *vdev_rsp; in target_if_start_rso_stop_timer() local 1714 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_start_rso_stop_timer() 1715 if (!vdev_rsp) { in target_if_start_rso_stop_timer() 1721 vdev_rsp->expire_time = RSO_STOP_RESPONSE_TIMER; in target_if_start_rso_stop_timer() 1723 return target_if_vdev_mgr_rsp_timer_start(psoc, vdev_rsp, in target_if_start_rso_stop_timer() 1729 struct vdev_response_timer **vdev_rsp, in target_if_is_vdev_rsp_valid() argument 1733 *vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_is_vdev_rsp_valid() 1734 if (!*vdev_rsp) { in target_if_is_vdev_rsp_valid() 1740 &((*vdev_rsp)->rsp_status))) { in target_if_is_vdev_rsp_valid() 1742 (*vdev_rsp)->vdev_id); in target_if_is_vdev_rsp_valid() [all …]
|
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/vdev_mgr/inc/ |
H A D | target_if_vdev_mgr_tx_ops.h | 117 struct vdev_response_timer *vdev_rsp, 131 struct vdev_response_timer *vdev_rsp,
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/src/ |
H A D | wlan_vdev_mgr_tgt_if_rx_api.c | 45 struct vdev_response_timer *vdev_rsp; in tgt_vdev_mgr_reset_response_timer_info() local 56 vdev_rsp = &psoc_mlme->psoc_vdev_rt[i]; in tgt_vdev_mgr_reset_response_timer_info() 57 qdf_atomic_set(&vdev_rsp->rsp_timer_inuse, 0); in tgt_vdev_mgr_reset_response_timer_info() 58 vdev_rsp->psoc = NULL; in tgt_vdev_mgr_reset_response_timer_info()
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
H A D | wmi_unified_vdev_api.h | 114 struct vdev_start_response *vdev_rsp);
|
H A D | wmi_unified_priv.h | 1979 struct vdev_start_response *vdev_rsp);
|
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/ |
H A D | wlan_lmac_if_def.h | 588 struct vdev_response_timer *vdev_rsp,
|