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

/freebsd-current/sys/dev/mps/
H A Dmps_sas_lsi.c820 struct _ata_identify_device_data ata_identify; local
825 memset(&ata_identify, 0, sizeof(ata_identify));
829 (char *)&ata_identify, sizeof(ata_identify), device_info);
865 buffer[i] = ((u8 *)ata_identify.model_number)[i + 1];
866 buffer[i + 1] = ((u8 *)ata_identify.model_number)[i];
871 ((u8 *)ata_identify.serial_number)[i + 1];
873 ((u8 *)ata_identify.serial_number)[i];
900 if (ata_identify
[all...]
/freebsd-current/sys/dev/mpr/
H A Dmpr_sas_lsi.c1045 struct _ata_identify_device_data ata_identify; local
1050 memset(&ata_identify, 0, sizeof(ata_identify));
1055 (char *)&ata_identify, sizeof(ata_identify), device_info);
1090 buffer[i] = ((u8 *)ata_identify.model_number)[i + 1];
1091 buffer[i + 1] = ((u8 *)ata_identify.model_number)[i];
1096 ((u8 *)ata_identify.serial_number)[i + 1];
1098 ((u8 *)ata_identify.serial_number)[i];
1125 if (ata_identify
[all...]

Completed in 66 milliseconds