Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_txrx_wds.c850 struct tx_capture_hdr *ppdu_hdr; in dp_get_completion_indication_for_stack() local
894 ppdu_hdr = (struct tx_capture_hdr *)qdf_nbuf_data(netbuf); in dp_get_completion_indication_for_stack()
895 qdf_mem_copy(ppdu_hdr->ta, txrx_peer->vdev->mac_addr.raw, in dp_get_completion_indication_for_stack()
900 qdf_mem_copy(ppdu_hdr->ra, peer->mac_addr.raw, in dp_get_completion_indication_for_stack()
904 ppdu_hdr->ppdu_id = ppdu_id; in dp_get_completion_indication_for_stack()
905 ppdu_hdr->peer_id = peer_id; in dp_get_completion_indication_for_stack()
906 ppdu_hdr->first_msdu = first_msdu; in dp_get_completion_indication_for_stack()
907 ppdu_hdr->last_msdu = last_msdu; in dp_get_completion_indication_for_stack()
909 ppdu_hdr->tsf = ts->tsf; in dp_get_completion_indication_for_stack()
910 ppdu_hdr->time_latency = (uint32_t)time_latency; in dp_get_completion_indication_for_stack()