Lines Matching refs:handle
106 if (++mgr->handle == 0) in __next_handle()
107 mgr->handle = 1; in __next_handle()
109 return mgr->handle; in __next_handle()
127 hcon->handle = __next_handle(mgr); in phylink_add()
308 cp.phy_handle = hcon->handle; in amp_read_loc_assoc_final_data()
371 cp->phy_handle = hcon->handle; in amp_write_rem_assoc_frag()
390 void amp_write_rem_assoc_continue(struct hci_dev *hdev, u8 handle) in amp_write_rem_assoc_continue() argument
394 BT_DBG("%s phy handle 0x%2.2x", hdev->name, handle); in amp_write_rem_assoc_continue()
396 hcon = hci_conn_hash_lookup_handle(hdev, handle); in amp_write_rem_assoc_continue()
405 void amp_write_remote_assoc(struct hci_dev *hdev, u8 handle) in amp_write_remote_assoc() argument
409 BT_DBG("%s phy handle 0x%2.2x", hdev->name, handle); in amp_write_remote_assoc()
411 hcon = hci_conn_hash_lookup_handle(hdev, handle); in amp_write_remote_assoc()
415 BT_DBG("%s phy handle 0x%2.2x hcon %p", hdev->name, handle, hcon); in amp_write_remote_assoc()
452 cp.phy_handle = hcon->handle; in amp_create_phylink()
455 hcon->handle); in amp_create_phylink()
491 cp.phy_handle = hcon->handle; in amp_accept_phylink()
494 hcon->handle); in amp_accept_phylink()
551 cp.phy_handle = hs_hcon->handle; in amp_create_logical_link()
587 cp.log_handle = cpu_to_le16(hchan->handle); in amp_disconnect_logical_link()