Home
last modified time | relevance | path

Searched refs:QDF_STATUS_E_CANCELED (Results 1 – 16 of 16) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_status.c63 case QDF_STATUS_E_CANCELED: in qdf_status_to_os_return()
118 return QDF_STATUS_E_CANCELED; in qdf_status_from_os_return()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_status.h99 QDF_STATUS_E_CANCELED, enumerator
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
H A Depping_rx.c116 if (status != QDF_STATUS_E_CANCELED) { in epping_rx()
H A Depping_tx.c365 if (status == QDF_STATUS_E_CANCELED) { in epping_tx_complete()
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_runtime_pm.c752 return QDF_STATUS_E_CANCELED; in hif_rtpm_put()
756 return QDF_STATUS_E_CANCELED; in hif_rtpm_put()
846 return QDF_STATUS_E_CANCELED; in __hif_pm_runtime_allow_suspend()
849 return QDF_STATUS_E_CANCELED; in __hif_pm_runtime_allow_suspend()
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/vdev_mgr/src/
H A Dtarget_if_vdev_mgr_tx_ops.c485 vdev_rsp->timer_status = QDF_STATUS_E_CANCELED; in target_if_vdev_mgr_start_send()
655 vdev_rsp->timer_status = QDF_STATUS_E_CANCELED; in target_if_vdev_mgr_delete_send()
717 vdev_rsp->timer_status = QDF_STATUS_E_CANCELED; in target_if_vdev_mgr_stop_send()
1273 vdev_rsp->timer_status = QDF_STATUS_E_CANCELED; in target_if_vdev_mgr_peer_delete_all_send()
/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_recv.c589 pPacket->Status = QDF_STATUS_E_CANCELED; in htc_add_receive_pkt_multiple()
610 pPacket->Status = QDF_STATUS_E_CANCELED; in htc_flush_rx_hold_queue()
H A Dhtc_send.c1994 pPacket->Status = QDF_STATUS_E_CANCELED; in __htc_send_pkt()
2827 pPacket->Status = QDF_STATUS_E_CANCELED; in htc_flush_endpoint_tx()
2853 packet->Status = QDF_STATUS_E_CANCELED; in htc_flush_endpoint_txlookupQ()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.h811 ((pkt->htc_pkt.Status != QDF_STATUS_E_CANCELED) && \
H A Ddp_htt.c3993 if (pkt->Status != QDF_STATUS_E_CANCELED)
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
H A Dpktlog_ac.c1042 if (pkt->Status != QDF_STATUS_E_CANCELED) in pktlog_t2h_msg_handler()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_main.c1064 status = QDF_STATUS_E_CANCELED; in dp_link_switch_notification()
2501 return QDF_STATUS_E_CANCELED; in dp_config_direct_link()
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_t2h.c758 if (pkt->Status != QDF_STATUS_E_CANCELED) in htt_t2h_msg_handler()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_2.0.c769 return QDF_STATUS_E_CANCELED; in dp_lite_mon_filter_ppdu()
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_module.c2886 } else if (QDF_STATUS_E_CANCELED == qdf_status) { in wlansap_acs_chselect()
H A Dsap_fsm.c1330 return QDF_STATUS_E_CANCELED; in sap_validate_chan()