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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.h155 struct SCIF_SAS_REMOTE_DEVICE * attached_device,
H A Dscif_sas_smp_phy.c134 * @param[in] attached_device A possible direct attached device to this phy.
141 SCIF_SAS_REMOTE_DEVICE_T * attached_device,
157 this_smp_phy->u.end_device = attached_device;
139 scif_sas_smp_phy_save_information( SCIF_SAS_SMP_PHY_T * this_smp_phy, SCIF_SAS_REMOTE_DEVICE_T * attached_device, SMP_RESPONSE_DISCOVER_T * discover_response ) argument
H A Dscif_sas_smp_remote_device.c1915 SCIF_SAS_REMOTE_DEVICE_T * attached_device = NULL; local
1931 //Note, attached_device could be NULL, not all the smp phy have to connected to a device.
1932 attached_device = (SCIF_SAS_REMOTE_DEVICE_T *)
1937 smp_phy, attached_device, discover_response);
1944 if ( attached_device != NULL
1945 && attached_device == fw_device->containing_device )
1952 attached_device
/freebsd-11-stable/sys/cam/scsi/
H A Dsmp_all.h268 uint8_t attached_device; member in struct:smp_discover_response
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c8595 if (disresponse->attached_device == SMP_DIS_AD_TYPE_NONE) {

Completed in 108 milliseconds