Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_buffer_api.c207 whd_result_t whd_buffer_add_remove_at_front(whd_driver_t whd_driver, whd_buffer_t *buffer, int32_t … in whd_buffer_add_remove_at_front() function
209 if (whd_driver->buffer_if->whd_buffer_add_remove_at_front) in whd_buffer_add_remove_at_front()
211 return whd_driver->buffer_if->whd_buffer_add_remove_at_front(buffer, add_remove_amount); in whd_buffer_add_remove_at_front()
Dwhd_sdpcm.c411 whd_buffer_add_remove_at_front(whd_driver, &buffer, in whd_sdpcm_process_rx_packet()
435 whd_buffer_add_remove_at_front(whd_driver, &buffer, in whd_sdpcm_process_rx_packet()
448 whd_buffer_add_remove_at_front(whd_driver, &buffer, in whd_sdpcm_process_rx_packet()
Dwhd_cdc_bdc.c296 …CHECK_RETURN(whd_buffer_add_remove_at_front(whd_driver, response_buffer_hnd, sizeof(cdc_header_t) … in whd_cdc_send_ioctl()
424 result = whd_buffer_add_remove_at_front(whd_driver, &buffer, -(int)(sizeof(data_header_t) ) ); in whd_network_send_ethernet_data()
581 …if (WHD_SUCCESS != whd_buffer_add_remove_at_front(whd_driver, &buffer, headers_len_below_payload) ) in whd_process_bdc()
/hal_infineon-3.7.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_buffer_api.h145 whd_result_t whd_buffer_add_remove_at_front(whd_driver_t whd_driver, whd_buffer_t *buffer, int32_t …
/hal_infineon-3.7.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_network_types.h161 whd_result_t (*whd_buffer_add_remove_at_front)(whd_buffer_t *buffer, int32_t add_remove_amount); member
/hal_infineon-3.7.0/whd-bsp-integration/
Dcybsp_wifi.c217 .whd_buffer_add_remove_at_front = cy_buffer_add_remove_at_front,
/hal_infineon-3.7.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_m2m_protocol.c310 whd_buffer_add_remove_at_front(whd_driver, buffer, -(int)sizeof(whd_buffer_header_t) ); in whd_bus_m2m_read_frame()