Home
last modified time | relevance | path

Searched refs:conn_hash (Results 1 – 6 of 6) sorted by relevance

/linux/include/net/bluetooth/
H A Dhci_core.h538 struct hci_conn_hash conn_hash; member
975 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_add()
998 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_del()
1024 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_num()
1042 struct hci_conn_hash *c = &hdev->conn_hash; in hci_conn_count()
1049 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_valid()
1067 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_lookup_type()
1088 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_bis()
1112 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_sid()
1136 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_per_adv_bis()
[all …]
/linux/net/bluetooth/
H A Dhci_conn.c1998 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_pending()
2102 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in create_pa_sync()
2107 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in create_pa_sync()
2213 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in big_create_sync()
2218 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in big_create_sync()
2685 struct list_head *head = &hdev->conn_hash.list; in hci_conn_hash_flush()
2754 list_for_each_entry(c, &hdev->conn_hash.list, list) { in hci_get_conn_list()
2896 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_lookup_handle()
H A Dhci_sync.c977 if (hdev->conn_hash.le_num_peripheral > 0) { in is_advertising_allowed()
993 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed()
5614 struct list_head *head = &hdev->conn_hash.list; in hci_disconnect_all_sync()
6566 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync()
6572 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync()
6580 list_for_each_entry_rcu(link, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync()
6596 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync()
H A Dhci_core.c2526 INIT_LIST_HEAD(&hdev->conn_hash.list); in hci_alloc_dev_priv()
3373 struct hci_conn_hash *h = &hdev->conn_hash; in hci_low_sent()
3410 struct hci_conn_hash *h = &hdev->conn_hash; in hci_link_tx_to()
3437 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_sent()
3499 struct hci_conn_hash *h = &hdev->conn_hash; in hci_prio_recalculate()
H A Dhci_event.c3785 list_for_each_entry_safe(conn, tmp, &hdev->conn_hash.list, list) { in hci_unbound_cis_failed()
5924 if (hdev->conn_hash.le_num_peripheral > 0 && in check_pending_le_conn()
H A Dmgmt.c3254 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections()
3266 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections()