Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_sdpcm.c213 static whd_buffer_t whd_sdpcm_get_next_buffer_in_queue(whd_driver_t whd_driver, whd_buffer_t buffe…
290 …whd_buffer_t buf = whd_sdpcm_get_next_buffer_in_queue(whd_driver, sdpcm_info->send_queue_head[ac]); in whd_sdpcm_quit()
525 sdpcm_info->send_queue_head[ac] = whd_sdpcm_get_next_buffer_in_queue(whd_driver, *buffer); in whd_sdpcm_get_packet_to_send()
668 static whd_buffer_t whd_sdpcm_get_next_buffer_in_queue(whd_driver_t whd_driver, whd_buffer_t buffer) in whd_sdpcm_get_next_buffer_in_queue() function