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

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c2048 ahci_fis_h2d_register_t *h2d_register_fisp; local
2136 h2d_register_fisp =
2139 SET_FIS_TYPE(h2d_register_fisp, AHCI_H2D_REGISTER_FIS_TYPE);
2146 SET_FIS_PMP(h2d_register_fisp, pmport);
2148 SET_FIS_CDMDEVCTL(h2d_register_fisp, 1);
2149 SET_FIS_COMMAND(h2d_register_fisp, scmd->satacmd_cmd_reg);
2150 SET_FIS_FEATURES(h2d_register_fisp, scmd->satacmd_features_reg);
2151 SET_FIS_SECTOR_COUNT(h2d_register_fisp, scmd->satacmd_sec_count_lsb);
2177 SET_FIS_SECTOR(h2d_register_fisp, scmd->satacmd_lba_low_lsb);
2180 SET_FIS_CYL_LOW(h2d_register_fisp, scm
4943 ahci_fis_h2d_register_t *h2d_register_fisp; local
[all...]

Completed in 252 milliseconds