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

/drivers/scsi/aacraid/
H A Daachba.c148 static int aac_cache = 2; /* WCE=0 to avoid performance problems */ variable
158 module_param_named(cache, aac_cache, int, S_IRUGO|S_IWUSR);
1059 writecmd->flags = (fua && ((aac_cache & 5) != 1) &&
1060 (((aac_cache & 5) != 5) || !fib->dev->cache_protected)) ?
2312 if (dev->raw_io_interface && ((aac_cache & 5) != 1))
2320 mode_buf[6] = ((aac_cache & 6) == 2)
2344 if (dev->raw_io_interface && ((aac_cache & 5) != 1))
2355 mode_buf[10] = ((aac_cache & 6) == 2)
2449 if (((aac_cache & 6) == 6) && dev->cache_protected) {
2456 if ((aac_cache
[all...]

Completed in 13 milliseconds