Searched refs:conn_hash (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 542 struct hci_conn_hash conn_hash; member 971 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_add() 994 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_del() 1020 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_num() 1038 struct hci_conn_hash *c = &hdev->conn_hash; in hci_conn_count() 1045 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_valid() 1063 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_lookup_type() 1084 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_bis() 1108 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_per_adv_bis() 1132 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_handle() [all …]
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_sync.c | 995 if (hdev->conn_hash.le_num_peripheral > 0) { in is_advertising_allowed() 1011 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed() 5619 struct list_head *head = &hdev->conn_hash.list; in hci_disconnect_all_sync() 6578 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync() 6584 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync() 6592 list_for_each_entry_rcu(link, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync() 6608 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync()
|
H A D | hci_conn.c | 1967 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_pending() 2526 struct list_head *head = &hdev->conn_hash.list; in hci_conn_hash_flush() 2595 list_for_each_entry(c, &hdev->conn_hash.list, list) { in hci_get_conn_list() 2737 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_lookup_handle()
|
H A D | hci_core.c | 2511 INIT_LIST_HEAD(&hdev->conn_hash.list); in hci_alloc_dev_priv() 3337 struct hci_conn_hash *h = &hdev->conn_hash; in hci_low_sent() 3374 struct hci_conn_hash *h = &hdev->conn_hash; in hci_link_tx_to() 3401 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_sent() 3463 struct hci_conn_hash *h = &hdev->conn_hash; in hci_prio_recalculate()
|
H A D | hci_event.c | 3788 list_for_each_entry_safe(conn, tmp, &hdev->conn_hash.list, list) { in hci_unbound_cis_failed() 5926 if (hdev->conn_hash.le_num_peripheral > 0 && in check_pending_le_conn()
|
H A D | mgmt.c | 3189 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections() 3201 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections()
|