Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c2578 struct ocelot_port *other_ocelot_port; in vsc9959_cut_through_fwd() local
2580 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()