Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Dmgmt_util.h23 struct mgmt_mesh_tx { struct
73 void (*cb)(struct mgmt_mesh_tx *mesh_tx, void *data),
75 struct mgmt_mesh_tx *mgmt_mesh_find(struct hci_dev *hdev, u8 handle);
76 struct mgmt_mesh_tx *mgmt_mesh_next(struct hci_dev *hdev, struct sock *sk);
77 struct mgmt_mesh_tx *mgmt_mesh_add(struct sock *sk, struct hci_dev *hdev,
79 void mgmt_mesh_remove(struct mgmt_mesh_tx *mesh_tx);
Dmgmt_util.c319 void (*cb)(struct mgmt_mesh_tx *mesh_tx, void *data), in mgmt_mesh_foreach()
322 struct mgmt_mesh_tx *mesh_tx, *tmp; in mgmt_mesh_foreach()
330 struct mgmt_mesh_tx *mgmt_mesh_next(struct hci_dev *hdev, struct sock *sk) in mgmt_mesh_next()
332 struct mgmt_mesh_tx *mesh_tx; in mgmt_mesh_next()
345 struct mgmt_mesh_tx *mgmt_mesh_find(struct hci_dev *hdev, u8 handle) in mgmt_mesh_find()
347 struct mgmt_mesh_tx *mesh_tx; in mgmt_mesh_find()
360 struct mgmt_mesh_tx *mgmt_mesh_add(struct sock *sk, struct hci_dev *hdev, in mgmt_mesh_add()
363 struct mgmt_mesh_tx *mesh_tx; in mgmt_mesh_add()
385 void mgmt_mesh_remove(struct mgmt_mesh_tx *mesh_tx) in mgmt_mesh_remove()
Dmgmt.c1058 struct mgmt_mesh_tx *mesh_tx, bool silent) in mesh_send_complete()
1071 struct mgmt_mesh_tx *mesh_tx; in mesh_send_done_sync()
1087 struct mgmt_mesh_tx *mesh_tx = mgmt_mesh_next(hdev, NULL); in mesh_next()
2240 struct mgmt_mesh_tx *mesh_tx = data; in mesh_send_start_complete()
2261 struct mgmt_mesh_tx *mesh_tx = data; in mesh_send_sync()
2313 static void send_count(struct mgmt_mesh_tx *mesh_tx, void *data) in send_count()
2354 struct mgmt_mesh_tx *mesh_tx; in send_cancel()
2413 struct mgmt_mesh_tx *mesh_tx; in mesh_send()
10542 struct mgmt_mesh_tx *mesh_tx; in mgmt_cleanup()