Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/aacraid/
Daachba.c229 static int aac_cache = 2; /* WCE=0 to avoid performance problems */ variable
247 module_param_named(cache, aac_cache, int, S_IRUGO|S_IWUSR);
1290 writecmd2->flags = (fua && ((aac_cache & 5) != 1) && in aac_write_raw_io()
1291 (((aac_cache & 5) != 5) || !fib->dev->cache_protected)) ? in aac_write_raw_io()
1309 writecmd->flags = (fua && ((aac_cache & 5) != 1) && in aac_write_raw_io()
1310 (((aac_cache & 5) != 5) || !fib->dev->cache_protected)) ? in aac_write_raw_io()
2603 if (dev->raw_io_interface && ((aac_cache & 5) != 1)) in aac_scsi_cmd()
2643 mpd.mpc_buf[2] = ((aac_cache & 6) == 2) in aac_scsi_cmd()
2684 if (dev->raw_io_interface && ((aac_cache & 5) != 1)) in aac_scsi_cmd()
2724 mpd10.mpc_buf[2] = ((aac_cache & 6) == 2) in aac_scsi_cmd()
[all …]