Searched refs:whd_host_buffer_get (Results 1 – 8 of 8) sorted by relevance
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/ |
D | whd_buffer_api.c | 63 whd_result_t whd_host_buffer_get(whd_driver_t whd_driver, whd_buffer_t *buffer, whd_buffer_dir_t di… in whd_host_buffer_get() function 66 if (whd_driver->buffer_if->whd_host_buffer_get) in whd_host_buffer_get() 68 return whd_driver->buffer_if->whd_host_buffer_get(buffer, direction, size, timeout_ms); in whd_host_buffer_get()
|
D | whd_cdc_bdc.c | 371 if (whd_host_buffer_get(whd_driver, buffer, WHD_NETWORK_TX, in whd_cdc_get_iovar_buffer() 491 …if (whd_host_buffer_get(whd_driver, buffer, WHD_NETWORK_TX, (uint16_t)(IOCTL_OFFSET + data_length), in whd_cdc_get_ioctl_buffer()
|
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/ |
D | whd_buffer_api.h | 62 whd_result_t whd_host_buffer_get(whd_driver_t whd_driver, whd_buffer_t *buffer, whd_buffer_dir_t di…
|
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/ |
D | whd_network_types.h | 79 …whd_result_t (*whd_host_buffer_get)(whd_buffer_t *buffer, whd_buffer_dir_t direction, uint16_t siz… member
|
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/ |
D | whd_bus_common.c | 301 …result = whd_host_buffer_get(whd_driver, &pkt_buffer, (direction == BUS_READ) ? WHD_NETWORK_RX : W… in whd_bus_transfer_backplane_bytes()
|
D | whd_bus_spi_protocol.c | 507 result = whd_host_buffer_get(whd_driver, buffer, WHD_NETWORK_RX, in whd_bus_spi_read_frame()
|
D | whd_bus_sdio_protocol.c | 715 result = whd_host_buffer_get(whd_driver, buffer, WHD_NETWORK_RX, in whd_bus_sdio_read_frame()
|
/hal_infineon-3.4.0/whd-bsp-integration/ |
D | cybsp_wifi.c | 212 .whd_host_buffer_get = cy_host_buffer_get,
|