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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_passthrough.c180 unsigned char lba_upper; local
220 lba_upper = 1;
222 lba_upper = 0;
232 sati_set_sense_data_byte(sense_data, sense_len, 8, (PASSTHROUGH_CDB_EXTEND(cdb) << 7) | (sector_count_upper << 6) | (lba_upper << 5));

Completed in 100 milliseconds