Searched refs:sas_device_pg0 (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/mps/
H A Dmps_mapping.c1109 Mpi2SasDevicePage0_t sas_device_pg0; local
1126 &sas_device_pg0, MPI2_SAS_DEVICE_PGAD_FORM_HANDLE,
1137 device_info = le32toh(sas_device_pg0.DeviceInfo);
1138 sas_address = le32toh(sas_device_pg0.SASAddress.High);
1140 le32toh(sas_device_pg0.SASAddress.Low);
1155 phy_change->slot = le16toh(sas_device_pg0.Slot);
/freebsd-current/sys/dev/mpr/
H A Dmpr_mapping.c1147 Mpi2SasDevicePage0_t sas_device_pg0; local
1164 &sas_device_pg0, MPI2_SAS_DEVICE_PGAD_FORM_HANDLE,
1175 device_info = le32toh(sas_device_pg0.DeviceInfo);
1176 sas_address = le32toh(sas_device_pg0.SASAddress.High);
1178 le32toh(sas_device_pg0.SASAddress.Low);
1193 phy_change->slot = le16toh(sas_device_pg0.Slot);

Completed in 188 milliseconds