Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_message_queue.c858 cds_pkt_t *pkt_l = NULL; in lim_allocate_and_get_bcn() local
860 pkt_l = qdf_mem_malloc_atomic(sizeof(cds_pkt_t)); in lim_allocate_and_get_bcn()
861 if (!pkt_l) in lim_allocate_and_get_bcn()
864 status = wma_ds_peek_rx_packet_info(pkt_l, (void *)&rx_pkt_info_l); in lim_allocate_and_get_bcn()
874 lim_fill_sap_bcn_pkt_meta(scan_entry, pkt_l); in lim_allocate_and_get_bcn()
884 *pkt = pkt_l; in lim_allocate_and_get_bcn()
891 if (pkt_l) { in lim_allocate_and_get_bcn()
892 qdf_mem_free(pkt_l); in lim_allocate_and_get_bcn()
893 pkt_l = NULL; in lim_allocate_and_get_bcn()