Lines Matching refs:node
37 #define ATT_REQ(_node) CONTAINER_OF(_node, struct bt_att_req, node)
110 sys_snode_t node; member
498 sys_snode_t *node = sys_slist_get(reqs); in get_first_req_matching_chan() local
500 if (node) { in get_first_req_matching_chan()
501 return ATT_REQ(node); in get_first_req_matching_chan()
583 sys_snode_t *node = sys_slist_get(&att->reqs); in bt_att_sent() local
585 if (chan_req_send(chan, ATT_REQ(node)) >= 0) { in bt_att_sent()
590 sys_slist_prepend(&att->reqs, node); in bt_att_sent()
754 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&att->chans, chan, tmp, node) { in att_send_process()
889 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&att->chans, chan, tmp, node) { in att_req_send_process()
916 sys_slist_prepend(&att->reqs, &req->node); in att_req_send_process()
2300 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(list, entry, next, node) { in exec_write_reassemble()
2335 sys_slist_remove(list, prev, &entry->node); in exec_write_reassemble()
2338 prev = &entry->node; in exec_write_reassemble()
3030 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&att->chans, chan, tmp, node) { in bt_att_create_pdu()
3097 sys_snode_t *node; in att_reset() local
3099 node = sys_slist_get_not_empty(&att->reqs); in att_reset()
3100 req = CONTAINER_OF(node, struct bt_att_req, node); in att_reset()
3122 sys_slist_find_and_remove(&chan->att->chans, &chan->node); in att_chan_detach()
3192 sys_slist_prepend(&att->chans, &chan->node); in att_chan_attach()
3319 sys_snode_t *node; in bt_att_status() local
3338 node = sys_slist_get(&chan->att->reqs); in bt_att_status()
3339 if (!node) { in bt_att_status()
3343 if (bt_att_chan_req_send(chan, ATT_REQ(node)) >= 0) { in bt_att_status()
3348 sys_slist_prepend(&chan->att->reqs, node); in bt_att_status()
3390 SYS_SLIST_FOR_EACH_CONTAINER(&att->chans, chan, node) { in att_chan_new()
3446 SYS_SLIST_FOR_EACH_CONTAINER(&att->chans, chan, node) { in bt_eatt_count()
3729 SYS_SLIST_FOR_EACH_CONTAINER(&att->chans, chan, node) { in bt_eatt_disconnect()
3751 SYS_SLIST_FOR_EACH_CONTAINER(&att->chans, chan, node) { in bt_eatt_disconnect_one()
3769 SYS_SLIST_FOR_EACH_CONTAINER(&att->chans, att_chan, node) { in bt_eatt_reconfigure()
3861 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&att->chans, chan, tmp, node) { in bt_att_get_mtu()
3880 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&att->chans, chan, tmp, node) { in bt_att_get_uatt_mtu()
3898 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&att->chans, chan, tmp, node) { in att_chan_mtu_updated()
3988 sys_slist_append(&att->reqs, &req->node); in bt_att_req_send()
4026 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&att->chans, chan, tmp, node) { in bt_att_req_cancel()
4034 sys_slist_find_and_remove(&att->reqs, &req->node); in bt_att_req_cancel()
4050 SYS_SLIST_FOR_EACH_CONTAINER(&att->chans, chan, node) { in bt_att_find_req_by_user_data()
4056 SYS_SLIST_FOR_EACH_CONTAINER(&att->reqs, req, node) { in bt_att_find_req_by_user_data()
4083 SYS_SLIST_FOR_EACH_CONTAINER(&att->chans, chan, node) { in bt_att_clear_out_of_sync_sent()