Home
last modified time | relevance | path

Searched refs:CommandFIS (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/dev/mps/mpi/
H A Dmpi2_sas.h200 U8 CommandFIS[20]; /* 0x1C */ member
/freebsd-12.1/sys/dev/mpt/mpilib/
H A Dmpi_sas.h197 U8 CommandFIS[20]; /* 1Ch */ member
/freebsd-12.1/sys/dev/mpr/mpi/
H A Dmpi2_sas.h222 U8 CommandFIS[20]; /* 0x1C */ member
/freebsd-12.1/sys/dev/mps/
H A Dmps_sas_lsi.c950 mpi_request->CommandFIS[0] = 0x27; in mpssas_get_sata_identify()
951 mpi_request->CommandFIS[1] = 0x80; in mpssas_get_sata_identify()
952 mpi_request->CommandFIS[2] = (devinfo & in mpssas_get_sata_identify()
/freebsd-12.1/sys/dev/mpr/
H A Dmpr_sas_lsi.c1177 mpi_request->CommandFIS[0] = 0x27; in mprsas_get_sata_identify()
1178 mpi_request->CommandFIS[1] = 0x80; in mprsas_get_sata_identify()
1179 mpi_request->CommandFIS[2] = (devinfo & in mprsas_get_sata_identify()
/freebsd-12.1/sys/dev/mpt/
H A Dmpt_cam.c824 pass->CommandFIS[0] = 0x27; in mptsas_set_sata_wc()
825 pass->CommandFIS[1] = 0x80; in mptsas_set_sata_wc()
826 pass->CommandFIS[2] = 0xef; in mptsas_set_sata_wc()
827 pass->CommandFIS[3] = (enabled) ? 0x02 : 0x82; in mptsas_set_sata_wc()
828 pass->CommandFIS[7] = 0x40; in mptsas_set_sata_wc()
829 pass->CommandFIS[15] = 0x08; in mptsas_set_sata_wc()