Searched refs:max_alloc_size (Results  1 – 4 of 4) sorted by relevance
| /Zephyr-latest/include/zephyr/drivers/usb/ | 
| D | udc_buf.h | 125 		.max_alloc_size = 0,						\158 		.max_alloc_size = ROUND_UP(size, UDC_BUF_GRANULARITY),		\
 
 | 
| /Zephyr-latest/lib/net_buf/ | 
| D | buf.c | 154 	*size = pool->alloc->max_alloc_size;  in fixed_data_alloc()206 	.max_alloc_size = 0,
 352 	return net_buf_alloc_len_debug(pool, pool->alloc->max_alloc_size, timeout, func,  in net_buf_alloc_fixed_debug()
 359 	return net_buf_alloc_len(pool, pool->alloc->max_alloc_size, timeout);  in net_buf_alloc_fixed()
 679 			max_size = pool->alloc->max_alloc_size;  in net_buf_append_bytes()
 
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | net_buf.h | 1068 	size_t max_alloc_size;  member1234 		.max_alloc_size = _data_size,                                  \
 1275 		.max_alloc_size = 0,                                           \
 
 | 
| /Zephyr-latest/doc/releases/ | 
| D | migration-guide-3.6.rst | 582   ``struct net_buf_data_alloc`` as a new field ``max_alloc_size``. Similar member ``data_size`` of
 |