Searched refs:add_remove_amount (Results 1 – 6 of 6) sorted by relevance
/hal_infineon-3.6.0/whd-bsp-integration/COMPONENT_CAT4/ |
D | cy_map_hostbuffer.c | 89 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/ |
D | whd_buffer_api.c | 207 …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/ |
D | cy_network_buffer_lwip.c | 157 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/ |
D | cy_network_buffer.h | 151 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/ |
D | whd_buffer_api.h | 145 …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/ |
D | whd_network_types.h | 161 whd_result_t (*whd_buffer_add_remove_at_front)(whd_buffer_t *buffer, int32_t add_remove_amount);
|