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

/freebsd-10.2-release/sys/dev/isci/scil/
H A Dsati_reassign_blocks.c197 U8 current_lba_bytes[8] = {0,0,0,0,0,0,0,0}; local
208 sati_get_data_byte(sequence, scsi_io, lba_offset+index, &current_lba_bytes[index]);
212 set_current_lba(current_lba_bytes, ata_io);
214 set_current_long_lba(current_lba_bytes, ata_io);
235 U8 current_lba_bytes[8] = {0,0,0,0,0,0,0,0}; local
246 sati_get_data_byte(sequence, scsi_io, lba_offset+index, &current_lba_bytes[index]);
250 set_current_lba(current_lba_bytes, ata_io);
252 set_current_long_lba(current_lba_bytes, ata_io);

Completed in 57 milliseconds