Searched refs:mesh_pending (Results 1 – 3 of 3) sorted by relevance
334 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()
2508 INIT_LIST_HEAD(&hdev->mesh_pending); in hci_alloc_dev_priv()
568 struct list_head mesh_pending; member