Searched refs:aac_cache (Results 1 – 1 of 1) sorted by relevance
238 static int aac_cache = 2; /* WCE=0 to avoid performance problems */ variable256 module_param_named(cache, aac_cache, int, S_IRUGO|S_IWUSR);1357 writecmd2->flags = (fua && ((aac_cache & 5) != 1) && in aac_write_raw_io()1358 (((aac_cache & 5) != 5) || !fib->dev->cache_protected)) ? in aac_write_raw_io()1376 writecmd->flags = (fua && ((aac_cache & 5) != 1) && in aac_write_raw_io()1377 (((aac_cache & 5) != 5) || !fib->dev->cache_protected)) ? in aac_write_raw_io()2948 if (((aac_cache & 6) == 6) && dev->cache_protected) { in aac_scsi_cmd()2954 if ((aac_cache & 6) != 2) in aac_scsi_cmd()3141 if (dev->raw_io_interface && ((aac_cache & 5) != 1)) in aac_scsi_cmd()3181 mpd.mpc_buf[2] = ((aac_cache & 6) == 2) in aac_scsi_cmd()[all …]