Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.c2264 qdf_nbuf_t msg_copy; local
2283 msg_copy = qdf_nbuf_clone(htt_t2h_msg);
2285 if (!msg_copy) {
2292 qdf_nbuf_queue_add(&soc->htt_stats.msg, msg_copy);
2307 while ((msg_copy = qdf_nbuf_queue_remove(&soc->htt_stats.msg))
2309 qdf_nbuf_free(msg_copy);