Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dmgmt_util.c334 if (list_empty(&hdev->mesh_pending)) in mgmt_mesh_next()
337 list_for_each_entry(mesh_tx, &hdev->mesh_pending, list) { in mgmt_mesh_next()
349 if (list_empty(&hdev->mesh_pending)) in mgmt_mesh_find()
352 list_for_each_entry(mesh_tx, &hdev->mesh_pending, list) { in mgmt_mesh_find()
380 list_add_tail(&mesh_tx->list, &hdev->mesh_pending); in mgmt_mesh_add()
H A Dhci_core.c2531 INIT_LIST_HEAD(&hdev->mesh_pending); in hci_alloc_dev_priv()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h549 struct list_head mesh_pending; member