Searched refs:other_ocelot_port (Results 1 – 1 of 1) sorted by relevance
2519 struct ocelot_port *other_ocelot_port; in vsc9959_cut_through_fwd() local2521 other_ocelot_port = ocelot->ports[other_port]; in vsc9959_cut_through_fwd()2522 if (other_ocelot_port->speed <= 0) in vsc9959_cut_through_fwd()2525 if (min_speed > other_ocelot_port->speed) in vsc9959_cut_through_fwd()2526 min_speed = other_ocelot_port->speed; in vsc9959_cut_through_fwd()