Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_thread.c125 whd_buffer_t tmp_buf_hnd = NULL; in whd_thread_send_one_packet() local
128 if (whd_sdpcm_get_packet_to_send(whd_driver, &tmp_buf_hnd) != WHD_SUCCESS) in whd_thread_send_one_packet()
139 CHECK_RETURN(whd_buffer_release(whd_driver, tmp_buf_hnd, WHD_NETWORK_TX) ); in whd_thread_send_one_packet()
143 WPRINT_WHD_DATA_LOG( ("Wcd:> Sending pkt 0x%08lX\n", (unsigned long)tmp_buf_hnd) ); in whd_thread_send_one_packet()
144 if (whd_bus_send_buffer(whd_driver, tmp_buf_hnd) != WHD_SUCCESS) in whd_thread_send_one_packet()