Searched refs:team_port (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/ |
D | if_team.h | 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); [all …]
|
/linux-4.4.14/drivers/net/team/ |
D | team_mode_activebackup.c | 21 struct team_port __rcu *active_port; 30 static rx_handler_result_t ab_receive(struct team *team, struct team_port *port, in ab_receive() 32 struct team_port *active_port; in ab_receive() 42 struct team_port *active_port; in ab_transmit() 56 static void ab_port_leave(struct team *team, struct team_port *port) in ab_port_leave() 73 struct team_port *active_port; in ab_active_port_get() 86 struct team_port *port; in ab_active_port_set()
|
D | team.c | 44 static struct team_port *team_port_get_rcu(const struct net_device *dev) in team_port_get_rcu() 49 static struct team_port *team_port_get_rtnl(const struct net_device *dev) in team_port_get_rtnl() 51 struct team_port *port = rtnl_dereference(dev->rx_handler_data); in team_port_get_rtnl() 70 static int team_port_set_orig_dev_addr(struct team_port *port) in team_port_set_orig_dev_addr() 76 struct team_port *port) in team_port_set_team_dev_addr() 81 int team_modeop_port_enter(struct team *team, struct team_port *port) in team_modeop_port_enter() 88 struct team_port *port) in team_modeop_port_change_dev_addr() 94 static void team_refresh_port_linkup(struct team_port *port) in team_refresh_port_linkup() 144 struct team_port *port) in __team_option_inst_add() 206 struct team_port *port) in __team_option_inst_del_port() [all …]
|
D | team_mode_loadbalance.c | 22 typedef struct team_port *lb_select_tx_port_func_t(struct team *, 45 struct team_port __rcu *port; 77 static struct lb_port_priv *get_lb_port_priv(struct team_port *port) in get_lb_port_priv() 89 struct team_port *port) in lb_tx_hash_to_port_mapping_null_port() 110 static struct team_port *lb_hash_select_tx_port(struct team *team, in lb_hash_select_tx_port() 121 static struct team_port *lb_htpm_select_tx_port(struct team *team, in lb_htpm_select_tx_port() 210 struct team_port *port; in lb_transmit() 348 struct team_port *port; in lb_tx_hash_to_port_mapping_get() 360 struct team_port *port; in lb_tx_hash_to_port_mapping_set() 397 struct team_port *port = info->port; in lb_port_stats_init() [all …]
|
D | team_mode_broadcast.c | 21 struct team_port *cur; in bc_transmit() 22 struct team_port *last = NULL; in bc_transmit()
|
D | team_mode_random.c | 20 struct team_port *port; in rnd_transmit()
|
D | team_mode_roundrobin.c | 30 struct team_port *port; in rr_transmit()
|