Lines Matching defs:team_port
32 struct team_port { struct
33 struct net_device *dev;
34 struct hlist_node hlist; /* node in enabled ports hash list */
35 struct list_head list; /* node in ordinary list */
36 struct team *team;
37 int index; /* index of enabled port. If disabled, it's set to -1 */
39 bool linkup; /* either state.linkup or user.linkup */
41 struct {
45 } state;
48 struct {
51 } user;
77 static inline struct team_port *team_port_get_rcu(const struct net_device *dev) in team_port_get_rcu() argument