Home
last modified time | relevance | path

Searched refs:attached_device (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.c141 SCIF_SAS_REMOTE_DEVICE_T * attached_device, in scif_sas_smp_phy_save_information() argument
157 this_smp_phy->u.end_device = attached_device; in scif_sas_smp_phy_save_information()
H A Dscif_sas_smp_phy.h155 struct SCIF_SAS_REMOTE_DEVICE * attached_device,
H A Dscif_sas_smp_remote_device.c1915 SCIF_SAS_REMOTE_DEVICE_T * attached_device = NULL; in scif_sas_smp_remote_device_save_smp_phy_info() local
1932 attached_device = (SCIF_SAS_REMOTE_DEVICE_T *) in scif_sas_smp_remote_device_save_smp_phy_info()
1937 smp_phy, attached_device, discover_response); in scif_sas_smp_remote_device_save_smp_phy_info()
1944 if ( attached_device != NULL in scif_sas_smp_remote_device_save_smp_phy_info()
1945 && attached_device == fw_device->containing_device ) in scif_sas_smp_remote_device_save_smp_phy_info()
1952 attached_device in scif_sas_smp_remote_device_save_smp_phy_info()
/freebsd/sys/cam/scsi/
H A Dsmp_all.h269 uint8_t attached_device; member
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c9201 if (disresponse->attached_device == SMP_DIS_AD_TYPE_NONE) { in smpphylist()