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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dsati_reassign_blocks.c199 U8 current_lba_bytes[8] = {0,0,0,0,0,0,0,0}; local
210 sati_get_data_byte(sequence, scsi_io, lba_offset+index, &current_lba_bytes[index]);
214 set_current_lba(current_lba_bytes, ata_io);
216 set_current_long_lba(current_lba_bytes, ata_io);
237 U8 current_lba_bytes[8] = {0,0,0,0,0,0,0,0}; local
248 sati_get_data_byte(sequence, scsi_io, lba_offset+index, &current_lba_bytes[index]);
252 set_current_lba(current_lba_bytes, ata_io);
254 set_current_long_lba(current_lba_bytes, ata_io);

Completed in 103 milliseconds