Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/usb/
Dudc_buf.h114 .max_alloc_size = 0, \
147 .max_alloc_size = ROUND_UP(size, UDC_BUF_GRANULARITY), \
/Zephyr-latest/lib/net_buf/
Dbuf.c154 *size = pool->alloc->max_alloc_size; in fixed_data_alloc()
206 .max_alloc_size = 0,
356 return net_buf_alloc_len_debug(pool, pool->alloc->max_alloc_size, timeout, func, in net_buf_alloc_fixed_debug()
363 return net_buf_alloc_len(pool, pool->alloc->max_alloc_size, timeout); in net_buf_alloc_fixed()
712 max_size = pool->alloc->max_alloc_size; in net_buf_append_bytes()
/Zephyr-latest/include/zephyr/
Dnet_buf.h1068 size_t max_alloc_size; member
1230 .max_alloc_size = _data_size, \
1271 .max_alloc_size = 0, \
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst582 ``struct net_buf_data_alloc`` as a new field ``max_alloc_size``. Similar member ``data_size`` of