Searched defs:team (Results 1 – 1 of 1) sorted by relevance
32 struct team *team; member188 struct team { struct190 struct team_pcpu_stats __percpu *pcpu_stats; argument205 const struct team_mode *mode; argument206 struct team_mode_ops ops; argument227 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()[all …]
Completed in 10 milliseconds