Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Daachba.c237 static int nondasd = -1; variable
253 module_param(nondasd, int, S_IRUGO|S_IWUSR);
254 MODULE_PARM_DESC(nondasd, "Control scanning of hba for nondasd devices."
2194 * force nondasd support on. If we decide to allow the non-dasd flag in aac_get_adapter_info()
2211 if (nondasd != -1) in aac_get_adapter_info()
2212 dev->nondasd_support = (nondasd!=0); in aac_get_adapter_info()
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Daachba.c237 static int nondasd = -1; variable
253 module_param(nondasd, int, S_IRUGO|S_IWUSR);
254 MODULE_PARM_DESC(nondasd, "Control scanning of hba for nondasd devices."
2186 * force nondasd support on. If we decide to allow the non-dasd flag in aac_get_adapter_info()
2203 if (nondasd != -1) in aac_get_adapter_info()
2204 dev->nondasd_support = (nondasd!=0); in aac_get_adapter_info()

Completed in 10 milliseconds