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

/freebsd-10.3-release/sys/dev/isci/scil/
H A Dsati_passthrough.c179 unsigned char sector_count_upper; local
212 sector_count_upper = 1;
214 sector_count_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 47 milliseconds