Home
last modified time | relevance | path

Searched defs:team (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dif_team.h35 struct team *team; member
174 struct team { struct
176 struct team_pcpu_stats __percpu *pcpu_stats; argument
191 const struct team_mode *mode; argument
192 struct team_mode_ops ops; argument
199 static inline int team_dev_queue_xmit(struct team *team, struct team_port *port, in team_dev_queue_xmit()
214 static inline struct hlist_head *team_port_index_hash(struct team *team, in team_port_index_hash()
220 static inline struct team_port *team_get_port_by_index(struct team *team, in team_get_port_by_index()
231 static inline struct team_port *team_get_port_by_index_rcu(struct team *team, in team_get_port_by_index_rcu()
244 team_get_first_port_txable_rcu(struct team *team, struct team_port *port) in team_get_first_port_txable_rcu()