Lines Matching refs:ata_log

265    ATA_EXTENDED_SMART_SELF_TEST_LOG_T  * ata_log  in sati_get_self_test_results()  argument
268 U16 descriptor_index = *((U16 *)(&ata_log->self_test_descriptor_index[0])); in sati_get_self_test_results()
286 ata_log->descriptor_entrys[descriptor_index].DESCRIPTOR_ENTRY.status_byte in sati_get_self_test_results()
295 ata_log->descriptor_entrys[descriptor_index].DESCRIPTOR_ENTRY.time_stamp_high in sati_get_self_test_results()
302 ata_log->descriptor_entrys[descriptor_index].DESCRIPTOR_ENTRY.time_stamp_low in sati_get_self_test_results()
313 ata_log->descriptor_entrys[descriptor_index].DESCRIPTOR_ENTRY.failing_lba_high_ext in sati_get_self_test_results()
320 ata_log->descriptor_entrys[descriptor_index].DESCRIPTOR_ENTRY.failing_lba_mid_ext in sati_get_self_test_results()
327 ata_log->descriptor_entrys[descriptor_index].DESCRIPTOR_ENTRY.failing_lba_low_ext in sati_get_self_test_results()
334 ata_log->descriptor_entrys[descriptor_index].DESCRIPTOR_ENTRY.failing_lba_high in sati_get_self_test_results()
341 ata_log->descriptor_entrys[descriptor_index].DESCRIPTOR_ENTRY.failing_lba_mid in sati_get_self_test_results()
348 ata_log->descriptor_entrys[descriptor_index].DESCRIPTOR_ENTRY.failing_lba_low in sati_get_self_test_results()
354 ata_log->descriptor_entrys[descriptor_index].DESCRIPTOR_ENTRY.status_byte in sati_get_self_test_results()
411 ATA_EXTENDED_SMART_SELF_TEST_LOG_T * ata_log = in sati_extended_self_test_log_page_construct() local
417 if( (ata_log->self_test_descriptor_index[0] == 0) && in sati_extended_self_test_log_page_construct()
418 (ata_log->self_test_descriptor_index[1] == 0)) in sati_extended_self_test_log_page_construct()
424 sati_get_self_test_results(sequence, scsi_io, ata_log); in sati_extended_self_test_log_page_construct()
443 ATA_SMART_SELF_TEST_LOG_T * ata_log = in sati_self_test_log_page_construct() local
453 ata_log->descriptor_entrys[0].SMART_DESCRIPTOR_ENTRY.status_byte in sati_self_test_log_page_construct()
463 ata_log->descriptor_entrys[0].SMART_DESCRIPTOR_ENTRY.time_stamp_high in sati_self_test_log_page_construct()
470 ata_log->descriptor_entrys[0].SMART_DESCRIPTOR_ENTRY.time_stamp_low in sati_self_test_log_page_construct()
483 ata_log->descriptor_entrys[0].SMART_DESCRIPTOR_ENTRY.failing_lba_low_ext in sati_self_test_log_page_construct()
490 ata_log->descriptor_entrys[0].SMART_DESCRIPTOR_ENTRY.failing_lba_high in sati_self_test_log_page_construct()
497 ata_log->descriptor_entrys[0].SMART_DESCRIPTOR_ENTRY.failing_lba_mid in sati_self_test_log_page_construct()
504 ata_log->descriptor_entrys[0].SMART_DESCRIPTOR_ENTRY.failing_lba_low in sati_self_test_log_page_construct()
510 ata_log->descriptor_entrys[0].SMART_DESCRIPTOR_ENTRY.status_byte in sati_self_test_log_page_construct()