Searched refs:team_port (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dif_team.h28 struct team_port { struct
73 static inline struct team_port *team_port_get_rcu(const struct net_device *dev)
78 static inline bool team_port_enabled(struct team_port *port)
83 static inline bool team_port_txable(struct team_port *port)
90 struct team_port *port;
102 static inline void team_netpoll_send_skb(struct team_port *port,
108 static inline void team_netpoll_send_skb(struct team_port *port,
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 *por
[all...]
/linux-master/drivers/net/team/
H A Dteam_mode_activebackup.c17 struct team_port __rcu *active_port;
26 static rx_handler_result_t ab_receive(struct team *team, struct team_port *port,
28 struct team_port *active_port;
38 struct team_port *active_port;
52 static void ab_port_leave(struct team *team, struct team_port *port)
68 struct team_port *active_port;
80 struct team_port *port;
H A Dteam_mode_broadcast.c16 struct team_port *cur;
17 struct team_port *last = NULL;
H A Dteam.c37 static struct team_port *team_port_get_rtnl(const struct net_device *dev)
39 struct team_port *port = rtnl_dereference(dev->rx_handler_data);
58 static int team_port_set_orig_dev_addr(struct team_port *port)
64 struct team_port *port)
69 int team_modeop_port_enter(struct team *team, struct team_port *port)
76 struct team_port *port)
82 static void team_lower_state_changed(struct team_port *port)
91 static void team_refresh_port_linkup(struct team_port *port)
146 struct team_port *port)
204 struct team_port *por
[all...]
H A Dteam_mode_loadbalance.c17 static rx_handler_result_t lb_receive(struct team *team, struct team_port *port,
32 typedef struct team_port *lb_select_tx_port_func_t(struct team *,
53 struct team_port __rcu *port;
85 static struct lb_port_priv *get_lb_port_priv(struct team_port *port)
97 struct team_port *port)
118 static struct team_port *lb_hash_select_tx_port(struct team *team,
127 static struct team_port *lb_htpm_select_tx_port(struct team *team,
131 struct team_port *port;
221 struct team_port *port;
370 struct team_port *por
[all...]
H A Dteam_mode_random.c16 struct team_port *port;
H A Dteam_mode_roundrobin.c25 struct team_port *port;

Completed in 117 milliseconds