Searched refs:conn_hash (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/include/net/bluetooth/ |
| D | hci_core.h | 494 struct hci_conn_hash conn_hash; member 843 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_add() 866 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_del() 892 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_num() 910 struct hci_conn_hash *c = &hdev->conn_hash; in hci_conn_count() 917 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_lookup_type() 938 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_handle() 957 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_ba() 978 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_le() 1001 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_state() [all …]
|
| /Linux-v5.10/net/bluetooth/ |
| D | hci_conn.c | 160 list_for_each_entry_rcu(c, &hdev->conn_hash.list, list) { in le_scan_cleanup() 1549 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_flush() 1629 list_for_each_entry(c, &hdev->conn_hash.list, list) { in hci_get_conn_list() 1771 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_lookup_handle()
|
| D | hci_request.c | 959 struct hci_conn_hash *h = &hdev->conn_hash; in hci_is_le_conn_scanning() 1240 list_for_each_entry(conn, &hdev->conn_hash.list, list) { in hci_req_prepare_suspend() 1398 if (hdev->conn_hash.le_num_slave > 0) { in is_advertising_allowed() 1412 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_slave) { in is_advertising_allowed()
|
| D | hci_core.c | 3655 INIT_LIST_HEAD(&hdev->conn_hash.list); in hci_alloc_dev() 4247 struct hci_conn_hash *h = &hdev->conn_hash; in hci_low_sent() 4306 struct hci_conn_hash *h = &hdev->conn_hash; in hci_link_tx_to() 4328 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_sent() 4409 struct hci_conn_hash *h = &hdev->conn_hash; in hci_prio_recalculate()
|
| D | hci_event.c | 2874 if (list_empty(&hdev->conn_hash.list) && in hci_disconn_complete_evt() 5317 if (hdev->conn_hash.le_num_slave > 0 && in check_pending_le_conn()
|
| D | mgmt.c | 1184 list_for_each_entry(conn, &hdev->conn_hash.list, list) { in clean_up_hci_state() 2664 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections() 2676 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections()
|