Home
last modified time | relevance | path

Searched refs:WHD_NETWORK_TX (Results 1 – 9 of 9) 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()
371 if (whd_host_buffer_get(whd_driver, buffer, WHD_NETWORK_TX, in whd_cdc_get_iovar_buffer()
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()
491 …if (whd_host_buffer_get(whd_driver, buffer, WHD_NETWORK_TX, (uint16_t)(IOCTL_OFFSET + data_length), in whd_cdc_get_ioctl_buffer()
Dwhd_sdpcm.c291 … result = whd_buffer_release(whd_driver, sdpcm_info->send_queue_head[ac], WHD_NETWORK_TX); in whd_sdpcm_quit()
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_thread.c139 CHECK_RETURN(whd_buffer_release(whd_driver, tmp_buf_hnd, WHD_NETWORK_TX) ); in whd_thread_send_one_packet()
Dwhd_wifi_api.c3129 CHECK_RETURN(whd_buffer_release(whd_driver, buffer, WHD_NETWORK_TX) ); in whd_wifi_unregister_multicast_address()
4439 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_TX) ); in whd_pf_get_packet_filter_stats()
4573 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_TX) ); in whd_tko_param()
4638 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_TX) ); in whd_tko_get_status()
4687 CHECK_RETURN(whd_buffer_release(whd_driver, response, WHD_NETWORK_TX) ); in whd_tko_max_assoc()
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_network_types.h49 WHD_NETWORK_TX, /**< Transmit direction */ enumerator
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_common.c301 …host_buffer_get(whd_driver, &pkt_buffer, (direction == BUS_READ) ? WHD_NETWORK_RX : WHD_NETWORK_TX, 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.c256 CHECK_RETURN(whd_buffer_release(whd_driver, buffer, WHD_NETWORK_TX) ); in whd_bus_spi_send_buffer()
Dwhd_bus_sdio_protocol.c284 CHECK_RETURN(whd_buffer_release(whd_driver, buffer, WHD_NETWORK_TX) ); in whd_bus_sdio_send_buffer()
/hal_infineon-3.4.0/whd-bsp-integration/COMPONENT_LWIP/
Dcy_network_buffer_lwip.c64 if (direction == WHD_NETWORK_TX) in cy_host_buffer_get()