Lines Matching refs:eth_irq
745 axienet_iow(lp, XAE_IE_OFFSET, lp->eth_irq > 0 ?
1612 if (lp->eth_irq > 0) {
1613 ret = request_irq(lp->eth_irq, axienet_eth_irq, IRQF_SHARED,
1672 if (lp->eth_irq > 0) {
1673 ret = request_irq(lp->eth_irq, axienet_eth_irq, IRQF_SHARED,
1691 if (lp->eth_irq > 0)
1692 free_irq(lp->eth_irq, ndev);
1759 if (lp->eth_irq > 0)
1760 free_irq(lp->eth_irq, ndev);
2731 axienet_iow(lp, XAE_IE_OFFSET, lp->eth_irq > 0 ?
2935 lp->eth_irq = platform_get_irq_optional(pdev, 0);
2941 lp->eth_irq = platform_get_irq_optional(pdev, 2);
2999 lp->eth_irq = platform_get_irq_optional(pdev, 0);
3000 if (lp->eth_irq < 0 && lp->eth_irq != -ENXIO) {
3001 ret = lp->eth_irq;
3029 if (lp->eth_irq <= 0)