Lines Matching refs:handle
99 if (++mgr->handle == 0) in __next_handle()
100 mgr->handle = 1; in __next_handle()
102 return mgr->handle; in __next_handle()
120 hcon->handle = __next_handle(mgr); in phylink_add()
303 cp.phy_handle = hcon->handle; in amp_read_loc_assoc_final_data()
366 cp->phy_handle = hcon->handle; in amp_write_rem_assoc_frag()
385 void amp_write_rem_assoc_continue(struct hci_dev *hdev, u8 handle) in amp_write_rem_assoc_continue() argument
389 BT_DBG("%s phy handle 0x%2.2x", hdev->name, handle); in amp_write_rem_assoc_continue()
391 hcon = hci_conn_hash_lookup_handle(hdev, handle); in amp_write_rem_assoc_continue()
400 void amp_write_remote_assoc(struct hci_dev *hdev, u8 handle) in amp_write_remote_assoc() argument
404 BT_DBG("%s phy handle 0x%2.2x", hdev->name, handle); in amp_write_remote_assoc()
406 hcon = hci_conn_hash_lookup_handle(hdev, handle); in amp_write_remote_assoc()
410 BT_DBG("%s phy handle 0x%2.2x hcon %p", hdev->name, handle, hcon); in amp_write_remote_assoc()
447 cp.phy_handle = hcon->handle; in amp_create_phylink()
450 hcon->handle); in amp_create_phylink()
486 cp.phy_handle = hcon->handle; in amp_accept_phylink()
489 hcon->handle); in amp_accept_phylink()
546 cp.phy_handle = hs_hcon->handle; in amp_create_logical_link()
582 cp.log_handle = cpu_to_le16(hchan->handle); in amp_disconnect_logical_link()