Lines Matching refs:port_irq
4406 if (priv->hw_version == MVPP22 && port->port_irq) { in mvpp2_open()
4407 err = request_irq(port->port_irq, mvpp2_port_isr, 0, in mvpp2_open()
4412 port->port_irq); in mvpp2_open()
4423 port->port_irq = 0; in mvpp2_open()
4468 if (port->port_irq) in mvpp2_stop()
4469 free_irq(port->port_irq, port); in mvpp2_stop()
6349 port->port_irq = of_irq_get_byname(port_node, "link"); in mvpp2_port_probe()
6351 port->port_irq = fwnode_irq_get(port_fwnode, port->nqvecs + 1); in mvpp2_port_probe()
6352 if (port->port_irq == -EPROBE_DEFER) { in mvpp2_port_probe()
6356 if (port->port_irq <= 0) in mvpp2_port_probe()
6358 port->port_irq = 0; in mvpp2_port_probe()
6528 if (port->port_irq) in mvpp2_port_probe()
6529 irq_dispose_mapping(port->port_irq); in mvpp2_port_probe()
6550 if (port->port_irq) in mvpp2_port_remove()
6551 irq_dispose_mapping(port->port_irq); in mvpp2_port_remove()