Home
last modified time | relevance | path

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

/linux-6.1.9/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.c483 u16 conn_handle; in escb_tasklet_complete() local
487 conn_handle = *((u16*)(&dl->status_block[1])); in escb_tasklet_complete()
488 conn_handle = le16_to_cpu(conn_handle); in escb_tasklet_complete()
504 if (x == conn_handle) in escb_tasklet_complete()
510 __func__, conn_handle); in escb_tasklet_complete()
530 if (x == conn_handle) in escb_tasklet_complete()
807 control_phy->conn_handle = cpu_to_le16(0xFFFF); in asd_build_control_phy()
843 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.c375 scb->ata_task.conn_handle = cpu_to_le16( in asd_build_ata_ascb()
442 scb->smp_task.conn_handle = cpu_to_le16((u16) in asd_build_smp_ascb()
493 scb->ssp_task.conn_handle = cpu_to_le16( in asd_build_ssp_ascb()
/linux-6.1.9/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
/linux-6.1.9/net/bluetooth/
Dhci_conn.c365 struct conn_handle_t *conn_handle = data; in hci_enhanced_setup_sync() local
366 struct hci_conn *conn = conn_handle->conn; in hci_enhanced_setup_sync()
367 __u16 handle = conn_handle->handle; in hci_enhanced_setup_sync()
371 kfree(conn_handle); in hci_enhanced_setup_sync()
542 struct conn_handle_t *conn_handle; in hci_setup_sync() local
545 conn_handle = kzalloc(sizeof(*conn_handle), GFP_KERNEL); in hci_setup_sync()
547 if (!conn_handle) in hci_setup_sync()
550 conn_handle->conn = conn; in hci_setup_sync()
551 conn_handle->handle = handle; in hci_setup_sync()
553 conn_handle, NULL); in hci_setup_sync()
[all …]
Dhci_event.c6041 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(ev->conn_handle)); in hci_le_ext_adv_term_evt()
/linux-6.1.9/include/scsi/
Discsi_if.h147 uint64_t conn_handle; member
/linux-6.1.9/include/net/bluetooth/
Dhci.h2750 __le16 conn_handle; member