Lines Matching defs:team
32 struct team *team; member
188 struct team { struct
190 struct team_pcpu_stats __percpu *pcpu_stats; argument
207 const struct team_mode *mode; argument
208 struct team_mode_ops ops; argument
226 struct lock_class_key team_lock_key; argument
230 static inline int team_dev_queue_xmit(struct team *team, struct team_port *port, in team_dev_queue_xmit()
245 static inline struct hlist_head *team_port_index_hash(struct team *team, in team_port_index_hash()
251 static inline struct team_port *team_get_port_by_index(struct team *team, in team_get_port_by_index()
263 static inline int team_num_to_port_index(struct team *team, unsigned int num) in team_num_to_port_index()
272 static inline struct team_port *team_get_port_by_index_rcu(struct team *team, in team_get_port_by_index_rcu()
285 team_get_first_port_txable_rcu(struct team *team, struct team_port *port) in team_get_first_port_txable_rcu()