Searched refs:notify_msg (Results 1 – 1 of 1) sorted by relevance
5315 struct op_msg_type *notify_msg; in wlan_ipa_wdi_opt_dpath_notify_flt_rsvd() local5330 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() local5692 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 …]