Home
last modified time | relevance | path

Searched refs:upstream_ds (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/include/net/
H A Ddsa.h673 /* Return true if @upstream_ds is an upstream switch of @downstream_ds, meaning
674 * that the routing port from @downstream_ds to @upstream_ds is also the port
677 static inline bool dsa_switch_is_upstream_of(struct dsa_switch *upstream_ds, in dsa_switch_is_upstream_of() argument
682 if (upstream_ds == downstream_ds) in dsa_switch_is_upstream_of()
685 routing_port = dsa_routing_port(downstream_ds, upstream_ds->index); in dsa_switch_is_upstream_of()

Completed in 3 milliseconds