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()
111 static inline void team_netpoll_send_skb(struct team_port *port, in team_netpoll_send_skb()
121 struct team_port *port,
124 int (*port_enter)(struct team *team, struct team_port *port);
125 void (*port_leave)(struct team *team, struct team_port *port);
126 void (*port_change_dev_addr)(struct team *team, struct team_port *port);
127 void (*port_enabled)(struct team *team, struct team_port *port);
128 void (*port_disabled)(struct team *team, struct team_port *port);
131 extern int team_modeop_port_enter(struct team *team, struct team_port *port);
133 struct team_port *port);
145 struct team_port *port; /* != NULL if per-port */
230 static inline int team_dev_queue_xmit(struct team *team, struct team_port *port, in team_dev_queue_xmit()
251 static inline struct team_port *team_get_port_by_index(struct team *team, in team_get_port_by_index()
254 struct team_port *port; in team_get_port_by_index()
272 static inline struct team_port *team_get_port_by_index_rcu(struct team *team, in team_get_port_by_index_rcu()
275 struct team_port *port; in team_get_port_by_index_rcu()
284 static inline struct team_port *
285 team_get_first_port_txable_rcu(struct team *team, struct team_port *port) in team_get_first_port_txable_rcu()
287 struct team_port *cur; in team_get_first_port_txable_rcu()