Home
last modified time | relevance | path

Searched refs:other_ocelot_port (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c2519 struct ocelot_port *other_ocelot_port; in vsc9959_cut_through_fwd() local
2521 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()