Searched refs:ppdu_nbuf (Results 1 – 1 of 1) sorted by relevance
214 qdf_nbuf_t ppdu_nbuf; in dp_rx_handle_cfr() local221 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() local1165 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 …]