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