Searched refs:other_ocelot_port (Results 1 – 1 of 1) sorted by relevance
2578 struct ocelot_port *other_ocelot_port; in vsc9959_cut_through_fwd() local2580 other_ocelot_port = ocelot->ports[other_port]; in vsc9959_cut_through_fwd()2581 if (other_ocelot_port->speed <= 0) in vsc9959_cut_through_fwd()2584 if (min_speed > other_ocelot_port->speed) in vsc9959_cut_through_fwd()2585 min_speed = other_ocelot_port->speed; in vsc9959_cut_through_fwd()