Home
last modified time | relevance | path

Searched refs:net_buf_id (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/
Ddut.c38 int buf_id = net_buf_id(destroyed_buf); in bt_testing_trace_event_acl_pool_destroy()
47 int buf_id = net_buf_id(buf); in acl_pool_refs_held_add()
55 int buf_id = net_buf_id(buf); in acl_pool_refs_held_remove()
/Zephyr-latest/lib/net_buf/
Dbuf.c62 int net_buf_id(const struct net_buf *buf) in net_buf_id() function
156 return fixed->data_pool + *size * net_buf_id(buf); in fixed_data_alloc()
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c257 #define job(buf) (&job_data[net_buf_id(buf)])
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c272 #define job(buf) (&job_data[net_buf_id(buf)])
/Zephyr-latest/include/zephyr/
Dnet_buf.h1327 int net_buf_id(const struct net_buf *buf);
/Zephyr-latest/subsys/bluetooth/mesh/
Dfriend.c349 FRIEND_ADV(buf) = adv_alloc(net_buf_id(buf)); in create_friend_pdu()
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c135 return &frag_md_pool[net_buf_id(fragment)]; in get_frag_md()
Datt.c288 return &tx_meta_data_storage[net_buf_id((struct net_buf *)buf)]; in bt_att_get_tx_meta_data()
Diso.c70 #define iso_info(buf) (&iso_info_data[net_buf_id(buf)])
Dhci_core.c135 #define cmd(buf) (&cmd_data[net_buf_id(buf)])