Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c62 int net_buf_pool_init(struct net_buf_pool *pool) in net_buf_pool_init()
74 struct net_buf_pool *net_buf_pool_get(int id) in net_buf_pool_get()
79 static int pool_id(struct net_buf_pool *pool) in pool_id()
94 struct net_buf_pool *pool = net_buf_pool_get(id); in net_buf_pool_is_free()
114 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in net_buf_id()
203 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in fixed_data_alloc()
291 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in data_alloc()
298 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in data_ref()
305 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in data_unref()
621 struct net_buf_pool *pool; in net_buf_unref_debug()
[all …]
/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h802 struct net_buf_pool { struct
833 int net_buf_pool_init(struct net_buf_pool *pool); argument
894 struct net_buf_pool _name __net_buf_align \
946 struct net_buf_pool _name __net_buf_align \
962 struct net_buf_pool _name __net_buf_align \
1002 struct net_buf_pool _name __net_buf_align \
1039 struct net_buf_pool *net_buf_pool_get(int id);
1070 struct net_buf *net_buf_alloc_fixed_debug(struct net_buf_pool *pool,
1076 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool,
1141 struct net_buf *net_buf_alloc_with_data(struct net_buf_pool *pool,
[all …]
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dadv.h53 struct net_buf *bt_mesh_adv_create_from_pool(struct net_buf_pool *pool, bt_mesh_adv_alloc_t get_id,
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Drfcomm.h178 struct net_buf *bt_rfcomm_create_pdu(struct net_buf_pool *pool);
A Dsdp.h520 struct net_buf_pool *pool;
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dconn_internal.h264 struct net_buf *bt_conn_create_pdu_timeout_debug(struct net_buf_pool *pool,
276 struct net_buf *bt_conn_create_pdu_timeout(struct net_buf_pool *pool,
A Dhci_raw.c99 struct net_buf_pool *pool; in bt_buf_get_tx()
A Dl2cap_internal.h303 struct net_buf *bt_l2cap_create_pdu_timeout(struct net_buf_pool *pool,
A Dconn.c2556 struct net_buf_pool *pool = NULL; in bt_conn_create_frag_timeout_debug()
2571 struct net_buf *bt_conn_create_pdu_timeout_debug(struct net_buf_pool *pool, in bt_conn_create_pdu_timeout_debug()
2576 struct net_buf *bt_conn_create_pdu_timeout(struct net_buf_pool *pool, in bt_conn_create_pdu_timeout_debug()
A Dl2cap.c416 struct net_buf_pool *pool = NULL; in l2cap_create_le_sig_pdu()
578 struct net_buf *bt_l2cap_create_pdu_timeout(struct net_buf_pool *pool, in bt_l2cap_create_pdu_timeout()
1562 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in l2cap_alloc_seg()
A Drfcomm.c310 struct net_buf *bt_rfcomm_create_pdu(struct net_buf_pool *pool) in bt_rfcomm_create_pdu()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dadv.c263 struct net_buf *bt_mesh_adv_create_from_pool(struct net_buf_pool *pool, bt_mesh_adv_alloc_t get_id, in bt_mesh_adv_create_from_pool()
A Dprovisioner_main.c70 extern struct net_buf_pool provisioner_buf_pool;

Completed in 29 milliseconds