Searched refs:buf_pool (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/ |
D | smp_shell.h | 24 struct net_buf_pool *buf_pool; member
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/ |
D | main_l2cap_userdata.c | 21 NET_BUF_POOL_DEFINE(buf_pool, 1, BT_L2CAP_SDU_BUF_SIZE(DATA_SIZE), USER_DATA_SIZE, NULL); 44 return net_buf_alloc(&buf_pool, K_NO_WAIT); in alloc_buf_cb() 242 buf = net_buf_alloc(&buf_pool, K_NO_WAIT); in test_central_main()
|
/Zephyr-latest/drivers/modem/ |
D | modem_cmd_handler.h | 115 struct net_buf_pool *buf_pool; member 290 struct net_buf_pool *buf_pool; member
|
D | modem_cmd_handler.c | 290 data->rx_buf = net_buf_alloc(data->buf_pool, in cmd_handler_process_iface_data() 306 frag = net_buf_alloc(data->buf_pool, in cmd_handler_process_iface_data() 671 (config->buf_pool == NULL) || in modem_cmd_handler_init() 686 data->buf_pool = config->buf_pool; in modem_cmd_handler_init()
|
D | quectel-bg9x.c | 1188 .buf_pool = &mdm_recv_pool, in modem_init()
|
D | ublox-sara-r4.c | 2157 .buf_pool = &mdm_recv_pool, in modem_init()
|
D | simcom-sim7080.c | 2357 .buf_pool = &mdm_recv_pool, in modem_init()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/ |
D | main_l2cap_send_on_connect.c | 25 NET_BUF_POOL_DEFINE(buf_pool, 1, BT_L2CAP_SDU_BUF_SIZE(16), CONFIG_BT_CONN_TX_USER_DATA_SIZE, NULL); 33 buf = net_buf_alloc(&buf_pool, K_NO_WAIT); in chan_connected_cb()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | adv.c | 86 static struct bt_mesh_adv *adv_create_from_pool(struct k_mem_slab *buf_pool, in adv_create_from_pool() argument 100 err = k_mem_slab_alloc(buf_pool, (void **)&adv, timeout); in adv_create_from_pool()
|
/Zephyr-latest/lib/net_buf/ |
D | buf.c | 109 struct net_buf_pool *buf_pool = net_buf_pool_get(buf->pool_id); in mem_pool_data_alloc() local 110 struct k_heap *pool = buf_pool->alloc->alloc_data; in mem_pool_data_alloc() 129 struct net_buf_pool *buf_pool = net_buf_pool_get(buf->pool_id); in mem_pool_data_unref() local 130 struct k_heap *pool = buf_pool->alloc->alloc_data; in mem_pool_data_unref()
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_shell.c | 153 data->buf = net_buf_alloc(data->buf_pool, K_NO_WAIT); in smp_shell_rx_bytes()
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_common.c | 27 struct net_buf_pool *const buf_pool = net_buf_pool_get(buf->pool_id); in udc_pool_data_alloc() local 28 struct k_heap *const pool = buf_pool->alloc->alloc_data; in udc_pool_data_alloc() 43 struct net_buf_pool *buf_pool = net_buf_pool_get(buf->pool_id); in udc_pool_data_unref() local 44 struct k_heap *pool = buf_pool->alloc->alloc_data; in udc_pool_data_unref()
|
/Zephyr-latest/subsys/shell/backends/ |
D | shell_uart.c | 299 common->smp.buf_pool = &smp_shell_rx_pool; in init()
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp.c | 1587 .buf_pool = &mdm_recv_pool, in esp_init()
|