Home
last modified time | relevance | path

Searched refs:add_remove_amount (Results 1 – 6 of 6) sorted by relevance

/hal_infineon-3.6.0/whd-bsp-integration/COMPONENT_CAT4/
Dcy_map_hostbuffer.c89 cy_rslt_t host_buffer_add_remove_at_front(wiced_buffer_t* buffer, int32_t add_remove_amount) in host_buffer_add_remove_at_front() argument
91 return (cy_rslt_t)cy_buffer_add_remove_at_front((whd_buffer_t*)buffer, add_remove_amount); in host_buffer_add_remove_at_front()
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_buffer_api.c207 …uffer_add_remove_at_front(whd_driver_t whd_driver, whd_buffer_t *buffer, int32_t add_remove_amount) in whd_buffer_add_remove_at_front() argument
211 return whd_driver->buffer_if->whd_buffer_add_remove_at_front(buffer, add_remove_amount); in whd_buffer_add_remove_at_front()
/hal_infineon-3.6.0/whd-bsp-integration/COMPONENT_LWIP/
Dcy_network_buffer_lwip.c157 whd_result_t cy_buffer_add_remove_at_front(whd_buffer_t* buffer, int32_t add_remove_amount) in cy_buffer_add_remove_at_front() argument
162 if ((u8_t)0 != pbuf_header(*pbuffer, (s16_t)(-add_remove_amount))) in cy_buffer_add_remove_at_front()
/hal_infineon-3.6.0/whd-bsp-integration/
Dcy_network_buffer.h151 whd_result_t cy_buffer_add_remove_at_front(whd_buffer_t* buffer, int32_t add_remove_amount);
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_buffer_api.h145 …ffer_add_remove_at_front(whd_driver_t whd_driver, whd_buffer_t *buffer, int32_t add_remove_amount);
/hal_infineon-3.6.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);