Home
last modified time | relevance | path

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

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