Searched refs:htt_pkt (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_h2t.c | 113 struct htt_htc_pkt *htt_pkt; in htt_h2t_send_complete() local 118 htt_pkt = container_of(htc_pkt, struct htt_htc_pkt, htc_pkt); in htt_h2t_send_complete() 123 send_complete_part2(htt_pkt->pdev_ctxt, htc_pkt->Status, netbuf, in htt_h2t_send_complete() 124 htt_pkt->msdu_id); in htt_h2t_send_complete() 129 htt_htc_pkt_free(pdev, htt_pkt); in htt_h2t_send_complete()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_htt.c | 271 struct dp_htt_htc_pkt *htt_pkt; in dp_htt_h2t_send_complete() local 274 htt_pkt = container_of(htc_pkt, struct dp_htt_htc_pkt, htc_pkt); in dp_htt_h2t_send_complete() 284 htt_htc_pkt_free(soc, htt_pkt); in dp_htt_h2t_send_complete() 295 struct dp_htt_htc_pkt *htt_pkt; in dp_htt_h2t_send_complete() local 300 htt_pkt = container_of(htc_pkt, struct dp_htt_htc_pkt, htc_pkt); in dp_htt_h2t_send_complete() 310 htt_pkt->soc_ctxt, htc_pkt->Status, netbuf); in dp_htt_h2t_send_complete() 313 htt_htc_pkt_free(soc, htt_pkt); in dp_htt_h2t_send_complete()
|