Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aacraid/
Daachba.c251 static int nondasd = -1; variable
267 module_param(nondasd, int, S_IRUGO|S_IWUSR);
268 MODULE_PARM_DESC(nondasd, "Control scanning of hba for nondasd devices."
2214 if (nondasd != -1) in aac_get_adapter_info()
2215 dev->nondasd_support = (nondasd!=0); in aac_get_adapter_info()