Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/aacraid/
Daachba.c2302 char mode_buf[7]; in aac_scsi_cmd() local
2306 mode_buf[0] = 3; /* Mode data length */ in aac_scsi_cmd()
2307 mode_buf[1] = 0; /* Medium type - default */ in aac_scsi_cmd()
2308 mode_buf[2] = 0; /* Device-specific param, in aac_scsi_cmd()
2312 mode_buf[2] = 0x10; in aac_scsi_cmd()
2313 mode_buf[3] = 0; /* Block descriptor length */ in aac_scsi_cmd()
2316 mode_buf[0] = 6; in aac_scsi_cmd()
2317 mode_buf[4] = 8; in aac_scsi_cmd()
2318 mode_buf[5] = 1; in aac_scsi_cmd()
2319 mode_buf[6] = ((aac_cache & 6) == 2) in aac_scsi_cmd()
[all …]