Searched refs:tx_conf_event (Results 1 – 2 of 2) sorted by relevance
245 struct p2p_tx_conf_event *tx_conf_event; in tgt_p2p_mgmt_ota_comp_cb() local258 tx_conf_event = qdf_mem_malloc(sizeof(*tx_conf_event)); in tgt_p2p_mgmt_ota_comp_cb()259 if (!tx_conf_event) { in tgt_p2p_mgmt_ota_comp_cb()264 tx_conf_event->status = status; in tgt_p2p_mgmt_ota_comp_cb()265 tx_conf_event->nbuf = buf; in tgt_p2p_mgmt_ota_comp_cb()266 tx_conf_event->p2p_soc_obj = (struct p2p_soc_priv_obj *)context; in tgt_p2p_mgmt_ota_comp_cb()268 msg.bodyptr = tx_conf_event; in tgt_p2p_mgmt_ota_comp_cb()276 qdf_mem_free(tx_conf_event); in tgt_p2p_mgmt_ota_comp_cb()
1061 struct p2p_tx_conf_event *tx_conf_event; in p2p_event_flush_callback() local1082 tx_conf_event = (struct p2p_tx_conf_event *)msg->bodyptr; in p2p_event_flush_callback()1083 qdf_nbuf_free(tx_conf_event->nbuf); in p2p_event_flush_callback()1084 qdf_mem_free(tx_conf_event); in p2p_event_flush_callback()