Searched refs:ncq_err_page (Results 1 – 1 of 1) sorted by relevance
9158 struct sata_ncq_error_recovery_page *ncq_err_page; in ahci_get_rdlogext_data() local9218 ncq_err_page = in ahci_get_rdlogext_data()9223 failed_slot = ncq_err_page->ncq_tag; in ahci_get_rdlogext_data()9248 ncq_err_page); in ahci_get_rdlogext_data()10009 struct sata_ncq_error_recovery_page *ncq_err_page) in ahci_copy_ncq_err_page() argument10011 scmd->satacmd_sec_count_msb = ncq_err_page->ncq_sector_count_ext; in ahci_copy_ncq_err_page()10012 scmd->satacmd_sec_count_lsb = ncq_err_page->ncq_sector_count; in ahci_copy_ncq_err_page()10013 scmd->satacmd_lba_low_msb = ncq_err_page->ncq_sector_number_ext; in ahci_copy_ncq_err_page()10014 scmd->satacmd_lba_low_lsb = ncq_err_page->ncq_sector_number; in ahci_copy_ncq_err_page()10015 scmd->satacmd_lba_mid_msb = ncq_err_page->ncq_cyl_low_ext; in ahci_copy_ncq_err_page()[all …]