Home
last modified time | relevance | path

Searched refs:mesh_pending (Results 1 – 3 of 3) sorted by relevance

/linux/net/bluetooth/
H A Dmgmt_util.c375 list_for_each_entry_safe(mesh_tx, tmp, &hdev->mesh_pending, list) { in mgmt_mesh_foreach()
385 if (list_empty(&hdev->mesh_pending)) in mgmt_mesh_next()
388 list_for_each_entry(mesh_tx, &hdev->mesh_pending, list) { in mgmt_mesh_next()
400 if (list_empty(&hdev->mesh_pending)) in mgmt_mesh_find()
403 list_for_each_entry(mesh_tx, &hdev->mesh_pending, list) { in mgmt_mesh_find()
431 list_add_tail(&mesh_tx->list, &hdev->mesh_pending); in mgmt_mesh_add()
H A Dhci_core.c2528 INIT_LIST_HEAD(&hdev->mesh_pending); in hci_alloc_dev_priv()
/linux/include/net/bluetooth/
H A Dhci_core.h558 struct list_head mesh_pending; member