Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic94xx/
H A 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 …]
H A 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);
H A 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()
H A Daic94xx_task.c378 scb->ata_task.conn_handle = cpu_to_le16( in asd_build_ata_ascb()
440 scb->smp_task.conn_handle = cpu_to_le16((u16) in asd_build_smp_ascb()
488 scb->ssp_task.conn_handle = cpu_to_le16( in asd_build_ssp_ascb()
/linux/drivers/net/wireless/ath/ath9k/
H A Dmci.c35 if (entry->conn_handle == info->conn_handle) in ath_mci_find_profile()
344 info.conn_handle = status->conn_handle; in ath_mci_process_status()
348 if (status->conn_handle >= ATH_MCI_MAX_PROFILE) in ath_mci_process_status()
352 __set_bit(status->conn_handle, mci->status); in ath_mci_process_status()
354 __clear_bit(status->conn_handle, mci->status); in ath_mci_process_status()
415 profile_status.conn_handle = *(rx_payload + in ath_mci_msg()
423 profile_status.is_link, profile_status.conn_handle, in ath_mci_msg()
H A Dmci.h111 u8 conn_handle; member
125 u8 conn_handle; member
/linux/net/bluetooth/
H A Dhci_conn.c284 struct conn_handle_t *conn_handle = data; in hci_enhanced_setup_sync() local
285 struct hci_conn *conn = conn_handle->conn; in hci_enhanced_setup_sync()
286 __u16 handle = conn_handle->handle; in hci_enhanced_setup_sync()
290 kfree(conn_handle); in hci_enhanced_setup_sync()
459 struct conn_handle_t *conn_handle; in hci_setup_sync() local
462 conn_handle = kzalloc(sizeof(*conn_handle), GFP_KERNEL); in hci_setup_sync()
464 if (!conn_handle) in hci_setup_sync()
467 conn_handle->conn = conn; in hci_setup_sync()
468 conn_handle->handle = handle; in hci_setup_sync()
470 conn_handle, NULL); in hci_setup_sync()
[all …]
H A Dhci_event.c5854 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(ev->conn_handle)); in hci_le_ext_adv_term_evt()
/linux/include/scsi/
H A Discsi_if.h147 uint64_t conn_handle; member
/linux/include/net/bluetooth/
H A Dhci.h2734 __le16 conn_handle; member