Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/ipa/core/src/ !
H A Dwlan_ipa_core.c5315 struct op_msg_type *notify_msg; in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd() local
5330 notify_msg = qdf_mem_malloc(sizeof(*notify_msg)); in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd()
5331 if (!notify_msg) in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd()
5334 notify_msg->op_code = WLAN_IPA_FILTER_RSV_NOTIFY; in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd()
5335 notify_msg->rsvd = response; in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd()
5337 uc_op_work->msg = notify_msg; in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd()
5658 struct op_msg_type *notify_msg; in wlan_ipa_wdi_opt_dpath_notify_flt_rlsd() local
5692 notify_msg = qdf_mem_malloc(sizeof(*notify_msg)); in wlan_ipa_wdi_opt_dpath_notify_flt_rlsd()
5693 if (!notify_msg) in wlan_ipa_wdi_opt_dpath_notify_flt_rlsd()
5696 notify_msg->op_code = WLAN_IPA_FILTER_REL_NOTIFY; in wlan_ipa_wdi_opt_dpath_notify_flt_rlsd()
[all …]