Searched defs:rfisp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c9880 ahci_copy_err_cnxt(sata_cmd_t *scmd, ahci_fis_d2h_register_t *rfisp) argument
9882 scmd->satacmd_status_reg = GET_RFIS_STATUS(rfisp);
9883 scmd->satacmd_error_reg = GET_RFIS_ERROR(rfisp);
9884 scmd->satacmd_sec_count_lsb = GET_RFIS_SECTOR_COUNT(rfisp);
9885 scmd->satacmd_lba_low_lsb = GET_RFIS_CYL_LOW(rfisp);
9886 scmd->satacmd_lba_mid_lsb = GET_RFIS_CYL_MID(rfisp);
9887 scmd->satacmd_lba_high_lsb = GET_RFIS_CYL_HI(rfisp);
9888 scmd->satacmd_device_reg = GET_RFIS_DEV_HEAD(rfisp);
9891 scmd->satacmd_sec_count_msb = GET_RFIS_SECTOR_COUNT_EXP(rfisp);
9892 scmd->satacmd_lba_low_msb = GET_RFIS_CYL_LOW_EXP(rfisp);
9922 ahci_copy_out_regs(sata_cmd_t *scmd, ahci_fis_d2h_register_t *rfisp) argument
[all...]

Completed in 62 milliseconds