Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_rx_mon.c214 qdf_nbuf_t ppdu_nbuf; in dp_rx_handle_cfr() local
221 ppdu_nbuf = qdf_nbuf_alloc(soc->osdev, in dp_rx_handle_cfr()
226 if (ppdu_nbuf) { in dp_rx_handle_cfr()
227 cdp_rx_ppdu = (struct cdp_rx_indication_ppdu *)ppdu_nbuf->data; in dp_rx_handle_cfr()
231 qdf_nbuf_put_tail(ppdu_nbuf, in dp_rx_handle_cfr()
234 ppdu_nbuf, HTT_INVALID_PEER, in dp_rx_handle_cfr()
1100 qdf_nbuf_t ppdu_nbuf; in dp_rx_handle_ppdu_stats() local
1165 ppdu_nbuf = qdf_nbuf_alloc(soc->osdev, in dp_rx_handle_ppdu_stats()
1168 if (qdf_likely(ppdu_nbuf)) { in dp_rx_handle_ppdu_stats()
1169 cdp_rx_ppdu = (struct cdp_rx_indication_ppdu *)qdf_nbuf_data(ppdu_nbuf); in dp_rx_handle_ppdu_stats()
[all …]