Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_sdpcm.c250 sdpcm_info->send_queue_head[ac] = (whd_buffer_t)NULL; in whd_sdpcm_init()
288 while (sdpcm_info->send_queue_head[ac] != NULL) in whd_sdpcm_quit()
290 …whd_buffer_t buf = whd_sdpcm_get_next_buffer_in_queue(whd_driver, sdpcm_info->send_queue_head[ac]); in whd_sdpcm_quit()
291 … result = whd_buffer_release(whd_driver, sdpcm_info->send_queue_head[ac], WHD_NETWORK_TX); in whd_sdpcm_quit()
294 sdpcm_info->send_queue_head[ac] = buf; in whd_sdpcm_quit()
513 if (sdpcm_info->send_queue_head[ac] != NULL) in whd_sdpcm_get_packet_to_send()
524 *buffer = sdpcm_info->send_queue_head[ac]; in whd_sdpcm_get_packet_to_send()
525 sdpcm_info->send_queue_head[ac] = whd_sdpcm_get_next_buffer_in_queue(whd_driver, *buffer); in whd_sdpcm_get_packet_to_send()
526 if (sdpcm_info->send_queue_head[ac] == NULL) in whd_sdpcm_get_packet_to_send()
649 if (sdpcm_info->send_queue_head[ac] == NULL) in whd_send_to_bus()
[all …]
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_sdpcm.h68 whd_buffer_t send_queue_head[5]; member