Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c4452 static uint lpfc_aer_support = 1; variable
4453 module_param(lpfc_aer_support, uint, S_IRUGO);
4454 MODULE_PARM_DESC(lpfc_aer_support, "Enable PCIe device AER support");
4459 return scnprintf(buf, PAGE_SIZE, "%d\n", lpfc_aer_support); in lpfc_aer_support_show()
4494 static DEVICE_ATTR_RW(lpfc_aer_support);