Lines Matching defs:ocelot_port
216 struct ocelot_port *ocelot_port = ocelot->ports[port];
219 ocelot_port_rmwl(ocelot_port, 0, DEV_MAC_ENA_CFG_RX_ENA,
230 ocelot_port_writel(ocelot_port,
245 struct ocelot_port *ocelot_port = ocelot->ports[port];
256 ocelot_port_writel(ocelot_port,
298 ocelot_port_writel(ocelot_port, DEV_MAC_ENA_CFG_RX_ENA |
443 sizeof(struct ocelot_port *), GFP_KERNEL);
498 struct ocelot_port *ocelot_port;
502 ocelot_port = devm_kzalloc(ocelot->dev,
503 sizeof(struct ocelot_port),
505 if (!ocelot_port) {
535 ocelot_port->phy_mode = port_phy_modes[port];
536 ocelot_port->ocelot = ocelot;
537 ocelot_port->target = target;
538 ocelot_port->xmit_template = template;
539 ocelot->ports[port] = ocelot_port;
700 struct ocelot_port *ocelot_port = ocelot->ports[port];
703 ocelot_port->ptp_cmd == IFH_REW_OP_TWO_STEP_PTP) {