Lines Matching refs:team_port

28 struct team_port {  struct
73 static inline struct team_port *team_port_get_rcu(const struct net_device *dev) in team_port_get_rcu() argument
78 static inline bool team_port_enabled(struct team_port *port) in team_port_enabled()
83 static inline bool team_port_txable(struct team_port *port) in team_port_txable()
90 struct team_port *port; in team_port_dev_txable()
102 static inline void team_netpoll_send_skb(struct team_port *port, in team_netpoll_send_skb()
108 static inline void team_netpoll_send_skb(struct team_port *port, in team_netpoll_send_skb()
118 struct team_port *port,
121 int (*port_enter)(struct team *team, struct team_port *port);
122 void (*port_leave)(struct team *team, struct team_port *port);
123 void (*port_change_dev_addr)(struct team *team, struct team_port *port);
124 void (*port_enabled)(struct team *team, struct team_port *port);
125 void (*port_disabled)(struct team *team, struct team_port *port);
128 extern int team_modeop_port_enter(struct team *team, struct team_port *port);
130 struct team_port *port);
142 struct team_port *port; /* != NULL if per-port */
227 static inline int team_dev_queue_xmit(struct team *team, struct team_port *port, in team_dev_queue_xmit()
248 static inline struct team_port *team_get_port_by_index(struct team *team, in team_get_port_by_index()
251 struct team_port *port; in team_get_port_by_index()
269 static inline struct team_port *team_get_port_by_index_rcu(struct team *team, in team_get_port_by_index_rcu()
272 struct team_port *port; in team_get_port_by_index_rcu()
281 static inline struct team_port *
282 team_get_first_port_txable_rcu(struct team *team, struct team_port *port) in team_get_first_port_txable_rcu()
284 struct team_port *cur; in team_get_first_port_txable_rcu()