Home
last modified time | relevance | path

Searched refs:conn_handle (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
Daic94xx_sas.h325 __le16 conn_handle; /* index to DDB for the intended target */ member
351 __le16 conn_handle; member
376 __le16 conn_handle; member
404 __le16 conn_handle; member
414 __le16 conn_handle; member
437 __le16 conn_handle; member
448 __le16 conn_handle; member
461 __le16 conn_handle; member
499 __le16 conn_handle; member
512 __le16 conn_handle; member
[all …]
Daic94xx_scb.c479 u16 conn_handle; in escb_tasklet_complete() local
483 conn_handle = *((u16*)(&dl->status_block[1])); in escb_tasklet_complete()
484 conn_handle = le16_to_cpu(conn_handle); in escb_tasklet_complete()
500 if (x == conn_handle) in escb_tasklet_complete()
506 __func__, conn_handle); in escb_tasklet_complete()
526 if (x == conn_handle) in escb_tasklet_complete()
801 control_phy->conn_handle = cpu_to_le16(0xFFFF); in asd_build_control_phy()
837 link_adm->conn_handle = cpu_to_le16(0xFFFF);
Daic94xx_tmf.c157 scb->clear_nexus.conn_handle = cpu_to_le16((u16)(unsigned long) in asd_clear_nexus_I_T()
209 scb->clear_nexus.conn_handle = cpu_to_le16((u16)(unsigned long) in asd_clear_nexus_I_T_L()
224 scb->clear_nexus.conn_handle = cpu_to_le16((u16)(unsigned long) in asd_clear_nexus_tag()
237 scb->clear_nexus.conn_handle = cpu_to_le16((u16)(unsigned long) in asd_clear_nexus_index()
449 scb->abort_task.conn_handle = cpu_to_le16( in asd_abort_task()
596 scb->ssp_tmf.conn_handle= cpu_to_le16((u16)(unsigned long) in asd_initiate_ssp_tmf()
Daic94xx_task.c376 scb->ata_task.conn_handle = cpu_to_le16( in asd_build_ata_ascb()
443 scb->smp_task.conn_handle = cpu_to_le16((u16) in asd_build_smp_ascb()
494 scb->ssp_task.conn_handle = cpu_to_le16( in asd_build_ssp_ascb()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dmci.c35 if (entry->conn_handle == info->conn_handle) in ath_mci_find_profile()
342 info.conn_handle = status->conn_handle; in ath_mci_process_status()
346 if (status->conn_handle >= ATH_MCI_MAX_PROFILE) in ath_mci_process_status()
350 __set_bit(status->conn_handle, mci->status); in ath_mci_process_status()
352 __clear_bit(status->conn_handle, mci->status); in ath_mci_process_status()
413 profile_status.conn_handle = *(rx_payload + in ath_mci_msg()
421 profile_status.is_link, profile_status.conn_handle, in ath_mci_msg()
Dmci.h111 u8 conn_handle; member
125 u8 conn_handle; member
/kernel/linux/linux-5.10/include/scsi/
Discsi_if.h147 uint64_t conn_handle; member
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h2404 __le16 conn_handle; member
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_event.c5322 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(ev->conn_handle)); in hci_le_ext_adv_term_evt()