Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_attr.c4457 static uint lpfc_aer_support = 1; variable
4458 module_param(lpfc_aer_support, uint, S_IRUGO);
4459 MODULE_PARM_DESC(lpfc_aer_support, "Enable PCIe device AER support");
4464 return scnprintf(buf, PAGE_SIZE, "%d\n", lpfc_aer_support); in lpfc_aer_support_show()
4499 static DEVICE_ATTR_RW(lpfc_aer_support);