Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_api.c1062 tpSirMacMgmtHdr hdr, cds_pkt_t *cds_pkt) in pe_drop_pending_rx_mgmt_frames() argument
1069 cds_pkt_return_packet(cds_pkt); in pe_drop_pending_rx_mgmt_frames()
1070 cds_pkt = NULL; in pe_drop_pending_rx_mgmt_frames()
1085 cds_pkt_return_packet(cds_pkt); in pe_drop_pending_rx_mgmt_frames()
1086 cds_pkt = NULL; in pe_drop_pending_rx_mgmt_frames()
H A Dlim_utils.c9749 cds_pkt_t *cds_pkt; in lim_util_get_type_subtype() local
9754 cds_pkt = (cds_pkt_t *) pkt; in lim_util_get_type_subtype()
9755 if (!cds_pkt) { in lim_util_get_type_subtype()
9759 status = wma_ds_peek_rx_packet_info(cds_pkt, (void *)&rxpktinfor); in lim_util_get_type_subtype()