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

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

Completed in 95 milliseconds