Searched refs:cds_packet_alloc (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/cds/inc/ |
H A D | cds_packet.h | 88 #define cds_packet_alloc(size, data, ppPacket) \ macro 94 QDF_STATUS cds_packet_alloc(uint16_t size, void **data, void **ppPacket);
|
/wlan-driver/qcacld-3.0/core/cds/src/ |
H A D | cds_packet.c | 92 QDF_STATUS cds_packet_alloc(uint16_t size, void **data, void **ppPacket) in cds_packet_alloc() function
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_send_management_frames.c | 431 qdf_status = cds_packet_alloc((uint16_t) bytes, (void **)&frame, in lim_send_probe_req_mgmt_frame() 932 qdf_status = cds_packet_alloc((uint16_t) bytes, (void **)&frame, in lim_send_probe_rsp_mgmt_frame() 1152 qdf_status = cds_packet_alloc((uint16_t) nBytes, (void **)&pFrame, in lim_send_addts_req_action_frame() 1298 qdf_status = cds_packet_alloc((uint16_t) bytes, (void **)&frame, in lim_send_mscs_req_action_frame() 1866 qdf_status = cds_packet_alloc((uint16_t) bytes, (void **)&frame, in lim_send_assoc_rsp_mgmt_frame() 2070 cds_packet_alloc((uint16_t) nBytes, (void **)&pFrame, in lim_send_delts_req_action_frame() 2959 qdf_status = cds_packet_alloc((uint16_t) bytes, (void **)&frame, in lim_send_assoc_req_mgmt_frame() 3580 qdf_status = cds_packet_alloc((uint16_t) frame_len, (void **)&frame, in lim_send_auth_mgmt_frame() 4290 qdf_status = cds_packet_alloc((uint16_t) nBytes, (void **)&pFrame, in lim_send_disassoc_mgmt_frame() 4523 qdf_status = cds_packet_alloc((uint16_t) nBytes, (void **)&pFrame, in lim_send_deauth_mgmt_frame() [all …]
|
H A D | lim_send_frames_host_roam.c | 431 qdf_status = cds_packet_alloc((uint16_t) bytes + ft_ies_length, in lim_send_reassoc_req_with_ft_ies_mgmt_frame() 868 qdf_status = cds_packet_alloc((uint16_t) nBytes, (void **)&pFrame, in lim_send_reassoc_req_mgmt_frame()
|
H A D | lim_process_tdls.c | 754 qdf_status = cds_packet_alloc((uint16_t) nBytes, (void **)&pFrame, in lim_send_tdls_dis_req_frame() 1771 qdf_status = cds_packet_alloc((uint16_t) nBytes, (void **)&pFrame, in lim_send_tdls_dis_rsp_frame() 2209 qdf_status = cds_packet_alloc((uint16_t)nbytes, (void **)&frame, in lim_send_tdls_link_setup_req_frame() 2439 qdf_status = cds_packet_alloc((uint16_t)nbytes, (void **)&frame, in lim_send_tdls_teardown_frame() 2744 qdf_status = cds_packet_alloc((uint16_t) nBytes, (void **)&pFrame, in lim_send_tdls_setup_rsp_frame() 2994 qdf_status = cds_packet_alloc((uint16_t) nBytes, (void **)&pFrame, in lim_send_tdls_link_setup_cnf_frame()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_data.c | 2415 cds_packet_alloc((uint16_t) newFrmLen, in wma_tx_packet() 2466 qdf_status = cds_packet_alloc((uint16_t) newFrmLen, in wma_tx_packet()
|