Searched refs:mgmt_mesh_tx (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | mgmt_util.h | 23 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);
|
H A D | mgmt_util.c | 319 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()
|
H A D | mgmt.c | 1061 struct mgmt_mesh_tx *mesh_tx, bool silent) in mesh_send_complete() 1074 struct mgmt_mesh_tx *mesh_tx; in mesh_send_done_sync() 1090 struct mgmt_mesh_tx *mesh_tx = mgmt_mesh_next(hdev, NULL); in mesh_next() 2191 struct mgmt_mesh_tx *mesh_tx = data; in mesh_send_start_complete() 2212 struct mgmt_mesh_tx *mesh_tx = data; in mesh_send_sync() 2264 static void send_count(struct mgmt_mesh_tx *mesh_tx, void *data) in send_count() 2305 struct mgmt_mesh_tx *mesh_tx; in send_cancel() 2364 struct mgmt_mesh_tx *mesh_tx; in mesh_send() 10459 struct mgmt_mesh_tx *mesh_tx; in mgmt_cleanup()
|