Searched refs:mesh_tx (Results 1 – 1 of 1) sorted by relevance
1086 struct mgmt_mesh_tx *mesh_tx, bool silent) in mesh_send_complete() argument1088 u8 handle = mesh_tx->handle; in mesh_send_complete()1094 mgmt_mesh_remove(mesh_tx); in mesh_send_complete()1099 struct mgmt_mesh_tx *mesh_tx; in mesh_send_done_sync() local1104 mesh_tx = mgmt_mesh_next(hdev, NULL); in mesh_send_done_sync()1106 if (mesh_tx) in mesh_send_done_sync()1107 mesh_send_complete(hdev, mesh_tx, false); in mesh_send_done_sync()1116 struct mgmt_mesh_tx *mesh_tx = mgmt_mesh_next(hdev, NULL); in mesh_next() local1118 if (!mesh_tx) in mesh_next()1121 err = hci_cmd_sync_queue(hdev, mesh_send_sync, mesh_tx, in mesh_next()[all …]