Lines Matching refs:handle
105 if (++mgr->handle == 0) in __next_handle()
106 mgr->handle = 1; in __next_handle()
108 return mgr->handle; in __next_handle()
126 hcon->handle = __next_handle(mgr); in phylink_add()
256 cp.phy_handle = hcon->handle; in amp_read_loc_assoc_final_data()
300 cp->phy_handle = hcon->handle; in amp_write_rem_assoc_frag()
317 void amp_write_rem_assoc_continue(struct hci_dev *hdev, u8 handle) in amp_write_rem_assoc_continue() argument
321 BT_DBG("%s phy handle 0x%2.2x", hdev->name, handle); in amp_write_rem_assoc_continue()
323 hcon = hci_conn_hash_lookup_handle(hdev, handle); in amp_write_rem_assoc_continue()
332 void amp_write_remote_assoc(struct hci_dev *hdev, u8 handle) in amp_write_remote_assoc() argument
336 BT_DBG("%s phy handle 0x%2.2x", hdev->name, handle); in amp_write_remote_assoc()
338 hcon = hci_conn_hash_lookup_handle(hdev, handle); in amp_write_remote_assoc()
342 BT_DBG("%s phy handle 0x%2.2x hcon %p", hdev->name, handle, hcon); in amp_write_remote_assoc()
352 cp.phy_handle = hcon->handle; in amp_create_phylink()
355 hcon->handle); in amp_create_phylink()
371 cp.phy_handle = hcon->handle; in amp_accept_phylink()
374 hcon->handle); in amp_accept_phylink()
429 cp.phy_handle = hs_hcon->handle; in amp_create_logical_link()
465 cp.log_handle = cpu_to_le16(hchan->handle); in amp_disconnect_logical_link()