Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
H A Dwlan_ipa_core.c5314 struct op_msg_type *smmu_msg; in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd() local
5318 smmu_msg = qdf_mem_malloc(sizeof(*smmu_msg)); in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd()
5319 if (!smmu_msg) in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd()
5323 smmu_msg->op_code = WLAN_IPA_SMMU_MAP; in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd()
5325 uc_op_work->msg = smmu_msg; in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd()
5657 struct op_msg_type *smmu_msg; in wlan_ipa_wdi_opt_dpath_notify_flt_rlsd() local
5677 smmu_msg = qdf_mem_malloc(sizeof(*smmu_msg)); in wlan_ipa_wdi_opt_dpath_notify_flt_rlsd()
5678 if (!smmu_msg) in wlan_ipa_wdi_opt_dpath_notify_flt_rlsd()
5683 smmu_msg->op_code = WLAN_IPA_SMMU_UNMAP; in wlan_ipa_wdi_opt_dpath_notify_flt_rlsd()
5685 uc_op_work->msg = smmu_msg; in wlan_ipa_wdi_opt_dpath_notify_flt_rlsd()