Searched refs:other_ocelot_port (Results 1 – 1 of 1) sorted by relevance
2567 struct ocelot_port *other_ocelot_port; in vsc9959_cut_through_fwd() local2569 other_ocelot_port = ocelot->ports[other_port]; in vsc9959_cut_through_fwd()2570 if (other_ocelot_port->speed <= 0) in vsc9959_cut_through_fwd()2573 if (min_speed > other_ocelot_port->speed) in vsc9959_cut_through_fwd()2574 min_speed = other_ocelot_port->speed; in vsc9959_cut_through_fwd()