Searched refs:net_buf_id (Results 1 – 5 of 5) sorted by relevance
112 int net_buf_id(struct net_buf *buf) in net_buf_id() function221 return fixed->data_pool + fixed->data_size * net_buf_id(buf); in fixed_data_alloc()
1053 int net_buf_id(struct net_buf *buf);
286 adv = get_id(net_buf_id(buf)); in bt_mesh_adv_create_from_pool()
86 #define cmd(buf) (&cmd_data[net_buf_id(buf)])
154 #define cmd(buf) (&cmd_data[net_buf_id(buf)])
Completed in 25 milliseconds