Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/infineon/
Dairoc_wifi.c45 int32_t add_remove_amount);
276 int32_t add_remove_amount) in airoc_wifi_buffer_add_remove_at_front() argument
281 if (add_remove_amount > 0) { in airoc_wifi_buffer_add_remove_at_front()
283 (*buf)->data = net_buf_pull(*buf, add_remove_amount); in airoc_wifi_buffer_add_remove_at_front()
285 (*buf)->data = net_buf_push(*buf, -add_remove_amount); in airoc_wifi_buffer_add_remove_at_front()