Searched refs:net_buf_alloc_len (Results  1 – 13 of 13) sorted by relevance
| /Zephyr-latest/tests/lib/net_buf/buf/src/ | 
| D | main.c | 113 		buf = net_buf_alloc_len(&bufs_pool, 74, K_NO_WAIT);  in ZTEST()132 	head = net_buf_alloc_len(&bufs_pool, 74, K_NO_WAIT);  in ZTEST()
 137 		frag->frags = net_buf_alloc_len(&bufs_pool, 74, K_NO_WAIT);  in ZTEST()
 183 	head = net_buf_alloc_len(&bufs_pool, 74, K_NO_WAIT);  in ZTEST()
 188 		frag->frags = net_buf_alloc_len(&bufs_pool, 74, K_NO_WAIT);  in ZTEST()
 221 	buf = net_buf_alloc_len(&bufs_pool, 0, K_FOREVER);  in ZTEST()
 227 		frag = net_buf_alloc_len(&bufs_pool, 74, K_FOREVER);  in ZTEST()
 233 	frag = net_buf_alloc_len(&bufs_pool, 74, K_FOREVER);  in ZTEST()
 292 				 net_buf_alloc_len(&bufs_pool, 74, K_FOREVER));  in ZTEST()
 298 	frag = net_buf_alloc_len(&bufs_pool, 74, K_FOREVER);  in ZTEST()
 [all …]
 
 | 
| /Zephyr-latest/lib/net_buf/ | 
| D | buf.c | 230 struct net_buf *net_buf_alloc_len(struct net_buf_pool *pool, size_t size,  in net_buf_alloc_len_debug()359 	return net_buf_alloc_len(pool, pool->alloc->max_alloc_size, timeout);  in net_buf_alloc_fixed()
 379 	buf = net_buf_alloc_len(pool, 0, timeout);  in net_buf_alloc_with_data_debug()
 487 	clone = net_buf_alloc_len(pool, 0, timeout);  in net_buf_clone()
 680 			frag = net_buf_alloc_len(pool,  in net_buf_append_bytes()
 
 | 
| /Zephyr-latest/tests/net/net_pkt/src/ | 
| D | main.c | 922 	frag1 = net_buf_alloc_len(&test_net_pkt_headroom_pool, 2, K_NO_WAIT);  in ZTEST()929 	frag2 = net_buf_alloc_len(&test_net_pkt_headroom_pool, 2, K_NO_WAIT);  in ZTEST()
 936 	frag3 = net_buf_alloc_len(&test_net_pkt_headroom_pool, 2, K_NO_WAIT);  in ZTEST()
 943 	frag4 = net_buf_alloc_len(&test_net_pkt_headroom_pool, 2, K_NO_WAIT);  in ZTEST()
 998 	frag1_dst = net_buf_alloc_len(&test_net_pkt_headroom_copy_pool, 2,  in ZTEST()
 1002 	frag2_dst = net_buf_alloc_len(&test_net_pkt_headroom_copy_pool, 4,  in ZTEST()
 1230 		frag = net_buf_alloc_len(tx_data, CONFIG_NET_BUF_DATA_SIZE, K_NO_WAIT);  in test_net_pkt_shallow_clone_append_buf()
 
 | 
| /Zephyr-latest/drivers/usb/uhc/ | 
| D | uhc_common.c | 86 	return net_buf_alloc_len(&uhc_ep_pool, size, K_NO_WAIT);  in uhc_xfer_buf_alloc()
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | net_buf.h | 1385 #define net_buf_alloc_len(_pool, _size, _timeout) \  macro1388 struct net_buf * __must_check net_buf_alloc_len(struct net_buf_pool *pool,
 
 | 
| /Zephyr-latest/subsys/zbus/ | 
| D | zbus.c | 32 	return net_buf_alloc_len(pool, size, timeout);  in _zbus_create_net_buf()
 | 
| /Zephyr-latest/subsys/net/ip/ | 
| D | tp.c | 149 	struct net_buf *nbuf = net_buf_alloc_len(pool, len, K_NO_WAIT);  in tp_nbuf_alloc()
 | 
| D | net_pkt.c | 401 	frag = net_buf_alloc_len(pool, min_len, timeout);  in net_pkt_get_reserve_data_debug()1041 	buf = net_buf_alloc_len(pool, size + headroom, timeout);
 
 | 
| /Zephyr-latest/drivers/wifi/infineon/ | 
| D | airoc_wifi.c | 232 	buf = net_buf_alloc_len(&airoc_pool, size, K_NO_WAIT);  in airoc_wifi_host_buffer_get()
 | 
| /Zephyr-latest/drivers/ethernet/ | 
| D | dsa_ksz8xxx.c | 954 	buf = net_buf_alloc_len(net_buf_pool_get(pkt->buffer->pool_id),
 | 
| /Zephyr-latest/drivers/usb/udc/ | 
| D | udc_common.c | 661 	buf = net_buf_alloc_len(&udc_ep_pool, size, K_NO_WAIT);  in udc_ep_buf_alloc()
 | 
| /Zephyr-latest/subsys/canbus/isotp/ | 
| D | isotp.c | 1377 	buf = net_buf_alloc_len(&isotp_tx_pool, len, timeout);  in isotp_send_buf()
 | 
| /Zephyr-latest/subsys/bluetooth/host/ | 
| D | conn.c | 156 	window = net_buf_alloc_len(&fragments, 0, K_NO_WAIT);  in get_data_frag()
 |