Searched refs:ncq_log (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dsati_util.c1085 ATA_NCQ_COMMAND_ERROR_LOG_T * ncq_log = (ATA_NCQ_COMMAND_ERROR_LOG_T *) ata_input_data; local
1096 information_buff[2] = ncq_log->lba_47_40;
1097 information_buff[3] = ncq_log->lba_39_32;
1098 information_buff[4] = ncq_log->lba_31_24;
1099 information_buff[5] = ncq_log->lba_23_16;
1100 information_buff[6] = ncq_log->lba_15_8;
1101 information_buff[7] = ncq_log->lba_7_0;
1155 ATA_NCQ_COMMAND_ERROR_LOG_T * ncq_log = (ATA_NCQ_COMMAND_ERROR_LOG_T *) ata_input_data; local
1159 if(ncq_log->lba_39_32 > 0)
1171 sati_set_sense_data_byte(sense_data, sense_len, 3, ncq_log
[all...]

Completed in 206 milliseconds