Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c113 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/
Dbuf.c230 struct net_buf *net_buf_alloc_len(struct net_buf_pool *pool, size_t size, in net_buf_alloc_len_debug()
363 return net_buf_alloc_len(pool, pool->alloc->max_alloc_size, timeout); in net_buf_alloc_fixed()
383 buf = net_buf_alloc_len(pool, 0, timeout); in net_buf_alloc_with_data_debug()
520 clone = net_buf_alloc_len(pool, 0, timeout); in net_buf_clone()
713 frag = net_buf_alloc_len(pool, in net_buf_append_bytes()
/Zephyr-latest/tests/net/net_pkt/src/
Dmain.c914 frag1 = net_buf_alloc_len(&test_net_pkt_headroom_pool, 2, K_NO_WAIT); in ZTEST()
921 frag2 = net_buf_alloc_len(&test_net_pkt_headroom_pool, 2, K_NO_WAIT); in ZTEST()
928 frag3 = net_buf_alloc_len(&test_net_pkt_headroom_pool, 2, K_NO_WAIT); in ZTEST()
935 frag4 = net_buf_alloc_len(&test_net_pkt_headroom_pool, 2, K_NO_WAIT); in ZTEST()
990 frag1_dst = net_buf_alloc_len(&test_net_pkt_headroom_copy_pool, 2, in ZTEST()
994 frag2_dst = net_buf_alloc_len(&test_net_pkt_headroom_copy_pool, 4, in ZTEST()
1222 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/
Duhc_common.c86 return net_buf_alloc_len(&uhc_ep_pool, size, K_NO_WAIT); in uhc_xfer_buf_alloc()
/Zephyr-latest/include/zephyr/
Dnet_buf.h1391 #define net_buf_alloc_len(_pool, _size, _timeout) \ macro
1394 struct net_buf * __must_check net_buf_alloc_len(struct net_buf_pool *pool,
/Zephyr-latest/subsys/zbus/
Dzbus.c32 return net_buf_alloc_len(pool, size, timeout); in _zbus_create_net_buf()
/Zephyr-latest/subsys/net/ip/
Dtp.c149 struct net_buf *nbuf = net_buf_alloc_len(pool, len, K_NO_WAIT); in tp_nbuf_alloc()
Dnet_pkt.c401 frag = net_buf_alloc_len(pool, min_len, timeout); in net_pkt_get_reserve_data_debug()
1042 buf = net_buf_alloc_len(pool, size, timeout);
/Zephyr-latest/drivers/ethernet/
Ddsa_ksz8xxx.c857 buf = net_buf_alloc_len(net_buf_pool_get(pkt->buffer->pool_id), in dsa_ksz8xxx_xmit_pkt()
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_wifi.c232 buf = net_buf_alloc_len(&airoc_pool, size, K_NO_WAIT); in airoc_wifi_host_buffer_get()
/Zephyr-latest/drivers/usb/udc/
Dudc_common.c661 buf = net_buf_alloc_len(&udc_ep_pool, size, K_NO_WAIT); in udc_ep_buf_alloc()
/Zephyr-latest/subsys/canbus/isotp/
Disotp.c1377 buf = net_buf_alloc_len(&isotp_tx_pool, len, timeout); in isotp_send_buf()
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c155 window = net_buf_alloc_len(&fragments, 0, K_NO_WAIT); in get_data_frag()