Lines Matching defs:team
35 struct team *team; member
175 struct team { struct
177 struct team_pcpu_stats __percpu *pcpu_stats; argument
192 const struct team_mode *mode; argument
193 struct team_mode_ops ops; argument
213 static inline int team_dev_queue_xmit(struct team *team, struct team_port *port, in team_dev_queue_xmit()
228 static inline struct hlist_head *team_port_index_hash(struct team *team, in team_port_index_hash()
234 static inline struct team_port *team_get_port_by_index(struct team *team, in team_get_port_by_index()
246 static inline int team_num_to_port_index(struct team *team, int num) in team_num_to_port_index()
255 static inline struct team_port *team_get_port_by_index_rcu(struct team *team, in team_get_port_by_index_rcu()
268 team_get_first_port_txable_rcu(struct team *team, struct team_port *port) in team_get_first_port_txable_rcu()