Searched refs:cds_pkt_t (Results 1 – 11 of 11) sorted by relevance
/wlan-driver/qcacld-3.0/core/cds/inc/ |
D | cds_packet.h | 39 struct cds_pkt_t; 40 typedef struct cds_pkt_t cds_pkt_t; typedef 50 QDF_STATUS cds_pkt_return_packet(cds_pkt_t *packet); 61 QDF_STATUS cds_pkt_get_packet_length(cds_pkt_t *pPacket,
|
/wlan-driver/qcacld-3.0/core/cds/src/ |
D | cds_packet.c | 37 QDF_STATUS cds_pkt_return_packet(cds_pkt_t *packet) in cds_pkt_return_packet() 56 cds_pkt_get_packet_length(cds_pkt_t *pPacket, uint16_t *pPacketSize) in cds_pkt_get_packet_length()
|
D | i_cds_packet.h | 79 struct cds_pkt_t { struct
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/system/src/ |
D | sys_entry_func.c | 82 cds_pkt_t *vos_pkt = (cds_pkt_t *) msg->bodyptr; in sys_bbt_process_message_core()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_message_queue.c | 811 cds_pkt_t *rx_pkt) in lim_fill_sap_bcn_pkt_meta() 850 cds_pkt_t **pkt, in lim_allocate_and_get_bcn() 858 cds_pkt_t *pkt_l = NULL; in lim_allocate_and_get_bcn() 860 pkt_l = qdf_mem_malloc_atomic(sizeof(cds_pkt_t)); in lim_allocate_and_get_bcn() 908 cds_pkt_t *pkt = NULL; in lim_handle_sap_beacon() 1677 cds_pkt_t *body_ptr = NULL; in lim_process_messages() 1737 body_ptr = (cds_pkt_t *) new_msg.bodyptr; in lim_process_messages()
|
D | lim_api.c | 1007 cds_pkt_return_packet((cds_pkt_t *) pMsg-> in pe_free_msg() 1062 tpSirMacMgmtHdr hdr, cds_pkt_t *cds_pkt) in pe_drop_pending_rx_mgmt_frames() 1175 cds_pkt_t *pkt) in pe_handle_probe_req_frames() 1225 cds_pkt_t *pVosPkt; in pe_handle_mgmt_frame()
|
D | lim_utils.c | 4580 cds_pkt_return_packet((cds_pkt_t *) pLimMsg->bodyptr); in lim_handle_defer_msg_error() 9749 cds_pkt_t *cds_pkt; in lim_util_get_type_subtype() 9754 cds_pkt = (cds_pkt_t *) pkt; in lim_util_get_type_subtype()
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
D | wma_types.h | 659 QDF_STATUS wma_ds_peek_rx_packet_info(cds_pkt_t *pkt, void **pkt_meta);
|
D | wma.h | 1871 cds_pkt_t *rx_pkt);
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_mgmt.c | 2729 cds_pkt_t *rx_pkt, tp_wma_handle wma_handle, in wma_mgmt_pktdump_rx_handler() 2753 cds_pkt_t *rx_pkt, tp_wma_handle wma_handle, in wma_mgmt_pktdump_rx_handler() 3339 cds_pkt_t *rx_pkt, in wma_process_rmf_frame() 3499 cds_pkt_t *rx_pkt, in wma_check_and_process_rmf_frame() 3564 cds_pkt_t *rx_pkt) in wma_form_rx_packet()
|
D | wma_data.c | 2874 QDF_STATUS wma_ds_peek_rx_packet_info(cds_pkt_t *pkt, void **pkt_meta) in wma_ds_peek_rx_packet_info()
|