Searched refs:txirq_res (Results 1 – 1 of 1) sorted by relevance
1354 struct resource *rxirq_res, *txirq_res, *linkirq_res; in ks8695_probe() local1380 txirq_res = platform_get_resource(pdev, IORESOURCE_IRQ, 1); in ks8695_probe()1383 if (!(regs_res && rxirq_res && txirq_res)) { in ks8695_probe()1433 ksp->tx_irq = txirq_res->start; in ks8695_probe()1434 ksp->tx_irq_name = txirq_res->name ? txirq_res->name : "Ethernet TX"; in ks8695_probe()