Lines Matching defs:team
32 struct team *team; member
188 struct team { struct
190 struct team_pcpu_stats __percpu *pcpu_stats; argument
205 const struct team_mode *mode; argument
206 struct team_mode_ops ops; argument
223 struct lock_class_key team_lock_key; argument
227 static inline int team_dev_queue_xmit(struct team *team, struct team_port *port, in team_dev_queue_xmit()
242 static inline struct hlist_head *team_port_index_hash(struct team *team, in team_port_index_hash()
248 static inline struct team_port *team_get_port_by_index(struct team *team, in team_get_port_by_index()
260 static inline int team_num_to_port_index(struct team *team, unsigned int num) in team_num_to_port_index()
269 static inline struct team_port *team_get_port_by_index_rcu(struct team *team, in team_get_port_by_index_rcu()
282 team_get_first_port_txable_rcu(struct team *team, struct team_port *port) in team_get_first_port_txable_rcu()