Lines Matching refs:team_port
31 struct team_port { struct
76 static inline bool team_port_enabled(struct team_port *port) in team_port_enabled() argument
81 static inline bool team_port_txable(struct team_port *port) in team_port_txable()
87 static inline void team_netpoll_send_skb(struct team_port *port, in team_netpoll_send_skb()
96 static inline void team_netpoll_send_skb(struct team_port *port, in team_netpoll_send_skb()
106 struct team_port *port,
109 int (*port_enter)(struct team *team, struct team_port *port);
110 void (*port_leave)(struct team *team, struct team_port *port);
111 void (*port_change_dev_addr)(struct team *team, struct team_port *port);
112 void (*port_enabled)(struct team *team, struct team_port *port);
113 void (*port_disabled)(struct team *team, struct team_port *port);
116 extern int team_modeop_port_enter(struct team *team, struct team_port *port);
118 struct team_port *port);
130 struct team_port *port; /* != NULL if per-port */
213 static inline int team_dev_queue_xmit(struct team *team, struct team_port *port, in team_dev_queue_xmit()
234 static inline struct team_port *team_get_port_by_index(struct team *team, in team_get_port_by_index()
237 struct team_port *port; in team_get_port_by_index()
255 static inline struct team_port *team_get_port_by_index_rcu(struct team *team, in team_get_port_by_index_rcu()
258 struct team_port *port; in team_get_port_by_index_rcu()
267 static inline struct team_port *
268 team_get_first_port_txable_rcu(struct team *team, struct team_port *port) in team_get_first_port_txable_rcu()
270 struct team_port *cur; in team_get_first_port_txable_rcu()