Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_cdc_bdc.c300 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()
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()
709 result = whd_buffer_release(whd_driver, buffer, WHD_NETWORK_RX); in whd_process_bdc_event()
755 result = whd_buffer_release(whd_driver, buffer, WHD_NETWORK_RX); in whd_process_bdc_event()
Dwhd_sdpcm.c356 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()
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()
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_network_types.h50 WHD_NETWORK_RX /**< Recieve direction */ enumerator
/hal_infineon-3.4.0/whd-bsp-integration/
DREADME.md33 cy_buffer_release(buf, WHD_NETWORK_RX);
37 cy_buffer_release(buf, WHD_NETWORK_RX);
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_common.c301 …result = whd_host_buffer_get(whd_driver, &pkt_buffer, (direction == BUS_READ) ? WHD_NETWORK_RX : W… in whd_bus_transfer_backplane_bytes()
377 … (direction == BUS_READ) ? WHD_NETWORK_RX : WHD_NETWORK_TX) ); in whd_bus_transfer_backplane_bytes()
Dwhd_bus_spi_protocol.c507 result = whd_host_buffer_get(whd_driver, buffer, WHD_NETWORK_RX, in whd_bus_spi_read_frame()
534 CHECK_RETURN(whd_buffer_release(whd_driver, *buffer, WHD_NETWORK_RX) ); in whd_bus_spi_read_frame()
Dwhd_bus_sdio_protocol.c715 result = whd_host_buffer_get(whd_driver, buffer, WHD_NETWORK_RX, in whd_bus_sdio_read_frame()
757 CHECK_RETURN(whd_buffer_release(whd_driver, *buffer, WHD_NETWORK_RX) ); in whd_bus_sdio_read_frame()