Lines Matching refs:ocelot_port
614 struct ocelot_port *ocelot_port; in ocelot_xtr_irq_handler() local
642 ocelot_port = ocelot->ports[info.port]; in ocelot_xtr_irq_handler()
643 priv = container_of(ocelot_port, struct ocelot_port_private, in ocelot_xtr_irq_handler()
1045 struct ocelot_port *ocelot_port; in mscc_ocelot_release_ports() local
1047 ocelot_port = ocelot->ports[port]; in mscc_ocelot_release_ports()
1048 if (!ocelot_port) in mscc_ocelot_release_ports()
1053 priv = container_of(ocelot_port, struct ocelot_port_private, in mscc_ocelot_release_ports()
1069 sizeof(struct ocelot_port *), GFP_KERNEL); in mscc_ocelot_init_ports()
1075 struct ocelot_port *ocelot_port; in mscc_ocelot_init_ports() local
1111 ocelot_port = ocelot->ports[port]; in mscc_ocelot_init_ports()
1112 priv = container_of(ocelot_port, struct ocelot_port_private, in mscc_ocelot_init_ports()
1117 ocelot_port->phy_mode = phy_mode; in mscc_ocelot_init_ports()
1119 switch (ocelot_port->phy_mode) { in mscc_ocelot_init_ports()
1128 ocelot_port_writel(ocelot_port, in mscc_ocelot_init_ports()