Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-pci.c483 .ecc_support = 1,
499 .ecc_support = 1,
H A Dxgbe-drv.c584 if (pdata->vdata->ecc_support && (pdata->dev_irq == pdata->ecc_irq)) in xgbe_isr_bh_work()
1021 if (pdata->vdata->ecc_support && (pdata->dev_irq != pdata->ecc_irq)) { in xgbe_request_irqs()
1065 if (pdata->vdata->ecc_support && (pdata->dev_irq != pdata->ecc_irq)) in xgbe_request_irqs()
1084 if (pdata->vdata->ecc_support && (pdata->dev_irq != pdata->ecc_irq)) in xgbe_free_irqs()
H A Dxgbe.h1042 unsigned int ecc_support; member
H A Dxgbe-dev.c757 if (!pdata->vdata->ecc_support) in xgbe_enable_ecc_interrupts()