Home
last modified time | relevance | path

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

/drivers/scsi/aacraid/
Daachba.c238 static int aac_cache = 2; /* WCE=0 to avoid performance problems */ variable
256 module_param_named(cache, aac_cache, int, S_IRUGO|S_IWUSR);
1374 writecmd2->flags = (fua && ((aac_cache & 5) != 1) && in aac_write_raw_io()
1375 (((aac_cache & 5) != 5) || !fib->dev->cache_protected)) ? in aac_write_raw_io()
1393 writecmd->flags = (fua && ((aac_cache & 5) != 1) && in aac_write_raw_io()
1394 (((aac_cache & 5) != 5) || !fib->dev->cache_protected)) ? in aac_write_raw_io()
2878 if (((aac_cache & 6) == 6) && dev->cache_protected) { in aac_scsi_cmd()
2883 if ((aac_cache & 6) != 2) in aac_scsi_cmd()
3059 if (dev->raw_io_interface && ((aac_cache & 5) != 1)) in aac_scsi_cmd()
3099 mpd.mpc_buf[2] = ((aac_cache & 6) == 2) in aac_scsi_cmd()
[all …]