Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_cdc_bdc.c220 CHECK_RETURN(whd_buffer_release(whd_driver, send_buffer_hnd, WHD_NETWORK_TX) ); in whd_cdc_send_ioctl()
300 CHECK_RETURN(whd_buffer_release(whd_driver, cdc_bdc_info->ioctl_response, WHD_NETWORK_RX) ); in whd_cdc_send_ioctl()
313 CHECK_RETURN(whd_buffer_release(whd_driver, *response_buffer_hnd, WHD_NETWORK_RX) ); in whd_cdc_send_ioctl()
428 result = whd_buffer_release(ifp->whd_driver, buffer, WHD_NETWORK_TX); in whd_network_send_ethernet_data()
439 result = whd_buffer_release(ifp->whd_driver, buffer, WHD_NETWORK_TX); in whd_network_send_ethernet_data()
554 result = whd_buffer_release(whd_driver, buffer, WHD_NETWORK_RX); in whd_process_cdc()
584 result = whd_buffer_release(whd_driver, buffer, WHD_NETWORK_RX); in whd_process_bdc()
638 result = whd_buffer_release(whd_driver, buffer, WHD_NETWORK_RX); in whd_process_bdc_event()
652 result = whd_buffer_release(whd_driver, buffer, WHD_NETWORK_RX); in whd_process_bdc_event()
679 result = whd_buffer_release(whd_driver, buffer, WHD_NETWORK_RX); in whd_process_bdc_event()
[all …]
Dwhd_buffer_api.c93 whd_result_t whd_buffer_release(whd_driver_t whd_driver, whd_buffer_t buffer, whd_buffer_dir_t dire… in whd_buffer_release() function
95 if (whd_driver->buffer_if->whd_buffer_release) in whd_buffer_release()
97 whd_driver->buffer_if->whd_buffer_release(buffer, direction); in whd_buffer_release()
Dwhd_sdpcm.c291 … result = whd_buffer_release(whd_driver, sdpcm_info->send_queue_head[ac], WHD_NETWORK_TX); in whd_sdpcm_quit()
356 result = whd_buffer_release(whd_driver, buffer, WHD_NETWORK_RX); in whd_sdpcm_process_rx_packet()
369 result = whd_buffer_release(whd_driver, buffer, WHD_NETWORK_RX); in whd_sdpcm_process_rx_packet()
382 result = whd_buffer_release(whd_driver, buffer, WHD_NETWORK_RX); in whd_sdpcm_process_rx_packet()
403 result = whd_buffer_release(whd_driver, buffer, WHD_NETWORK_RX); in whd_sdpcm_process_rx_packet()
427 result = whd_buffer_release(whd_driver, buffer, WHD_NETWORK_RX); in whd_sdpcm_process_rx_packet()
458 result = whd_buffer_release(whd_driver, buffer, WHD_NETWORK_RX); in whd_sdpcm_process_rx_packet()
614 result = whd_buffer_release(whd_driver, buffer, WHD_NETWORK_TX); in whd_send_to_bus()
629 result = whd_buffer_release(whd_driver, buffer, WHD_NETWORK_TX); in whd_send_to_bus()
Dwhd_ap.c299 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_wifi_init_ap()
306 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_wifi_init_ap()
324 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_wifi_init_ap()
331 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_wifi_init_ap()
652 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_wifi_stop_ap()
657 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_wifi_stop_ap()
Dwhd_wifi_api.c522 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_wifi_get_channel()
749 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_wifi_set_pmksa()
764 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_wifi_set_pmksa()
778 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_wifi_set_pmksa()
838 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_wifi_get_ap_client_rssi()
2748 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_wifi_get_mac_address()
2779 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_wifi_get_bssid()
2836 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_wifi_get_associated_client_list()
2875 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_wifi_get_ap_info()
3047 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_wifi_register_multicast_address()
[all …]
Dwhd_clm.c160 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_RX) ); in whd_process_clm_data()
Dwhd_thread.c139 CHECK_RETURN(whd_buffer_release(whd_driver, tmp_buf_hnd, WHD_NETWORK_TX) ); in whd_thread_send_one_packet()
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_buffer_api.h80 whd_result_t whd_buffer_release(whd_driver_t whd_driver, whd_buffer_t buffer, whd_buffer_dir_t dire…
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_network_types.h97 void (*whd_buffer_release)(whd_buffer_t buffer, whd_buffer_dir_t direction); member
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_common.c376 CHECK_RETURN(whd_buffer_release(whd_driver, pkt_buffer, in whd_bus_transfer_backplane_bytes()
Dwhd_bus_spi_protocol.c256 CHECK_RETURN(whd_buffer_release(whd_driver, buffer, WHD_NETWORK_TX) ); in whd_bus_spi_send_buffer()
534 CHECK_RETURN(whd_buffer_release(whd_driver, *buffer, WHD_NETWORK_RX) ); in whd_bus_spi_read_frame()
Dwhd_bus_sdio_protocol.c284 CHECK_RETURN(whd_buffer_release(whd_driver, buffer, WHD_NETWORK_TX) ); in whd_bus_sdio_send_buffer()
757 CHECK_RETURN(whd_buffer_release(whd_driver, *buffer, WHD_NETWORK_RX) ); in whd_bus_sdio_read_frame()
/hal_infineon-3.4.0/whd-bsp-integration/
Dcybsp_wifi.c213 .whd_buffer_release = cy_buffer_release,