Lines Matching refs:team_port

32 struct team_port {  struct
77 static inline struct team_port *team_port_get_rcu(const struct net_device *dev) in team_port_get_rcu() argument
82 static inline bool team_port_enabled(struct team_port *port) in team_port_enabled()
87 static inline bool team_port_txable(struct team_port *port) in team_port_txable()
94 struct team_port *port; in team_port_dev_txable()
106 static inline void team_netpoll_send_skb(struct team_port *port, in team_netpoll_send_skb()
115 static inline void team_netpoll_send_skb(struct team_port *port, in team_netpoll_send_skb()
125 struct team_port *port,
128 int (*port_enter)(struct team *team, struct team_port *port);
129 void (*port_leave)(struct team *team, struct team_port *port);
130 void (*port_change_dev_addr)(struct team *team, struct team_port *port);
131 void (*port_enabled)(struct team *team, struct team_port *port);
132 void (*port_disabled)(struct team *team, struct team_port *port);
135 extern int team_modeop_port_enter(struct team *team, struct team_port *port);
137 struct team_port *port);
149 struct team_port *port; /* != NULL if per-port */
233 static inline int team_dev_queue_xmit(struct team *team, struct team_port *port, in team_dev_queue_xmit()
254 static inline struct team_port *team_get_port_by_index(struct team *team, in team_get_port_by_index()
257 struct team_port *port; in team_get_port_by_index()
275 static inline struct team_port *team_get_port_by_index_rcu(struct team *team, in team_get_port_by_index_rcu()
278 struct team_port *port; in team_get_port_by_index_rcu()
287 static inline struct team_port *
288 team_get_first_port_txable_rcu(struct team *team, struct team_port *port) in team_get_first_port_txable_rcu()
290 struct team_port *cur; in team_get_first_port_txable_rcu()