Home
last modified time | relevance | path

Searched defs:team (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/drivers/net/team/
Dteam.c84 struct team_option *__team_find_option(struct team *team, const char *opt_name) in __team_find_option()
95 int __team_options_register(struct team *team, in __team_options_register()
136 static void __team_options_mark_removed(struct team *team, in __team_options_mark_removed()
153 static void __team_options_unregister(struct team *team, in __team_options_unregister()
172 int team_options_register(struct team *team, in team_options_register()
186 void team_options_unregister(struct team *team, in team_options_unregister()
196 static int team_option_get(struct team *team, struct team_option *option, in team_option_get()
202 static int team_option_set(struct team *team, struct team_option *option, in team_option_set()
297 static bool team_dummy_transmit(struct team *team, struct sk_buff *skb) in team_dummy_transmit()
303 rx_handler_result_t team_dummy_receive(struct team *team, in team_dummy_receive()
[all …]
Dteam_mode_activebackup.c24 static struct ab_priv *ab_priv(struct team *team) in ab_priv()
29 static rx_handler_result_t ab_receive(struct team *team, struct team_port *port, in ab_receive()
39 static bool ab_transmit(struct team *team, struct sk_buff *skb) in ab_transmit()
56 static void ab_port_leave(struct team *team, struct team_port *port) in ab_port_leave()
62 static int ab_active_port_get(struct team *team, void *arg) in ab_active_port_get()
72 static int ab_active_port_set(struct team *team, void *arg) in ab_active_port_set()
95 int ab_init(struct team *team) in ab_init()
100 void ab_exit(struct team *team) in ab_exit()
Dteam_mode_roundrobin.c23 static struct rr_priv *rr_priv(struct team *team) in rr_priv()
28 static struct team_port *__get_first_port_up(struct team *team, in __get_first_port_up()
48 static bool rr_transmit(struct team *team, struct sk_buff *skb) in rr_transmit()
68 static int rr_port_enter(struct team *team, struct team_port *port) in rr_port_enter()
73 static void rr_port_change_mac(struct team *team, struct team_port *port) in rr_port_change_mac()
/linux-3.3/include/linux/
Dif_team.h33 struct team *team; member
99 struct team { struct
101 struct team_pcpu_stats __percpu *pcpu_stats; argument
114 const struct team_mode *mode; argument
115 struct team_mode_ops ops; argument
119 static inline struct hlist_head *team_port_index_hash(struct team *team, in team_port_index_hash()
125 static inline struct team_port *team_get_port_by_index(struct team *team, in team_get_port_by_index()
137 static inline struct team_port *team_get_port_by_index_rcu(struct team *team, in team_get_port_by_index_rcu()