conn_handle        35 drivers/net/wireless/ath/ath9k/mci.c 		if (entry->conn_handle == info->conn_handle)
conn_handle       342 drivers/net/wireless/ath/ath9k/mci.c 	info.conn_handle = status->conn_handle;
conn_handle       346 drivers/net/wireless/ath/ath9k/mci.c 	if (status->conn_handle >= ATH_MCI_MAX_PROFILE)
conn_handle       350 drivers/net/wireless/ath/ath9k/mci.c 		__set_bit(status->conn_handle, mci->status);
conn_handle       352 drivers/net/wireless/ath/ath9k/mci.c 		__clear_bit(status->conn_handle, mci->status);
conn_handle       413 drivers/net/wireless/ath/ath9k/mci.c 		profile_status.conn_handle = *(rx_payload +
conn_handle       421 drivers/net/wireless/ath/ath9k/mci.c 			profile_status.is_link, profile_status.conn_handle,
conn_handle       111 drivers/net/wireless/ath/ath9k/mci.h 	u8 conn_handle;
conn_handle       125 drivers/net/wireless/ath/ath9k/mci.h 	u8 conn_handle;
conn_handle       325 drivers/scsi/aic94xx/aic94xx_sas.h 	__le16 conn_handle;	  /* index to DDB for the intended target */
conn_handle       351 drivers/scsi/aic94xx/aic94xx_sas.h 	__le16 conn_handle;
conn_handle       376 drivers/scsi/aic94xx/aic94xx_sas.h 	__le16 conn_handle;
conn_handle       404 drivers/scsi/aic94xx/aic94xx_sas.h 	__le16 conn_handle;
conn_handle       414 drivers/scsi/aic94xx/aic94xx_sas.h 	__le16 conn_handle;
conn_handle       437 drivers/scsi/aic94xx/aic94xx_sas.h 	__le16 conn_handle;
conn_handle       448 drivers/scsi/aic94xx/aic94xx_sas.h 	__le16 conn_handle;
conn_handle       461 drivers/scsi/aic94xx/aic94xx_sas.h 	__le16 conn_handle;
conn_handle       499 drivers/scsi/aic94xx/aic94xx_sas.h 	__le16 conn_handle;
conn_handle       512 drivers/scsi/aic94xx/aic94xx_sas.h 	__le16 conn_handle;
conn_handle       546 drivers/scsi/aic94xx/aic94xx_sas.h 	__le16 conn_handle;
conn_handle       562 drivers/scsi/aic94xx/aic94xx_sas.h 	__le16 conn_handle;
conn_handle       481 drivers/scsi/aic94xx/aic94xx_scb.c 		u16 conn_handle;
conn_handle       485 drivers/scsi/aic94xx/aic94xx_scb.c 		conn_handle = *((u16*)(&dl->status_block[1]));
conn_handle       486 drivers/scsi/aic94xx/aic94xx_scb.c 		conn_handle = le16_to_cpu(conn_handle);
conn_handle       502 drivers/scsi/aic94xx/aic94xx_scb.c 			if (x == conn_handle)
conn_handle       508 drivers/scsi/aic94xx/aic94xx_scb.c 				    __func__, conn_handle);
conn_handle       528 drivers/scsi/aic94xx/aic94xx_scb.c 			if (x == conn_handle)
conn_handle       803 drivers/scsi/aic94xx/aic94xx_scb.c 	control_phy->conn_handle = cpu_to_le16(0xFFFF);
conn_handle       839 drivers/scsi/aic94xx/aic94xx_scb.c 	link_adm->conn_handle = cpu_to_le16(0xFFFF);
conn_handle       376 drivers/scsi/aic94xx/aic94xx_task.c 	scb->ata_task.conn_handle = cpu_to_le16(
conn_handle       443 drivers/scsi/aic94xx/aic94xx_task.c 	scb->smp_task.conn_handle = cpu_to_le16((u16)
conn_handle       494 drivers/scsi/aic94xx/aic94xx_task.c 	scb->ssp_task.conn_handle = cpu_to_le16(
conn_handle       157 drivers/scsi/aic94xx/aic94xx_tmf.c 	scb->clear_nexus.conn_handle = cpu_to_le16((u16)(unsigned long)
conn_handle       209 drivers/scsi/aic94xx/aic94xx_tmf.c 	scb->clear_nexus.conn_handle = cpu_to_le16((u16)(unsigned long)
conn_handle       224 drivers/scsi/aic94xx/aic94xx_tmf.c 		scb->clear_nexus.conn_handle = cpu_to_le16((u16)(unsigned long)
conn_handle       237 drivers/scsi/aic94xx/aic94xx_tmf.c 		scb->clear_nexus.conn_handle = cpu_to_le16((u16)(unsigned long)
conn_handle       449 drivers/scsi/aic94xx/aic94xx_tmf.c 	scb->abort_task.conn_handle = cpu_to_le16(
conn_handle       596 drivers/scsi/aic94xx/aic94xx_tmf.c 	scb->ssp_tmf.conn_handle= cpu_to_le16((u16)(unsigned long)
conn_handle      2225 include/net/bluetooth/hci.h 	__le16	conn_handle;
conn_handle       146 include/scsi/iscsi_if.h 			uint64_t	conn_handle;
conn_handle      5101 net/bluetooth/hci_event.c 	conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(ev->conn_handle));