Home
last modified time | relevance | path

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

/linux/drivers/net/team/
H A Dteam_core.c66 static int team_port_set_team_dev_addr(struct team *team, in team_port_set_team_dev_addr() argument
72 int team_modeop_port_enter(struct team *team, struct team_port *port) in team_modeop_port_enter() argument
78 team_modeop_port_change_dev_addr(struct team * team,struct team_port * port) team_modeop_port_change_dev_addr() argument
119 __team_find_option(struct team * team,const char * opt_name) __team_find_option() argument
137 __team_option_inst_del_option(struct team * team,struct team_option * option) __team_option_inst_del_option() argument
148 __team_option_inst_add(struct team * team,struct team_option * option,struct team_port * port) __team_option_inst_add() argument
176 __team_option_inst_add_option(struct team * team,struct team_option * option) __team_option_inst_add_option() argument
193 __team_option_inst_mark_removed_option(struct team * team,struct team_option * option) __team_option_inst_mark_removed_option() argument
206 __team_option_inst_del_port(struct team * team,struct team_port * port) __team_option_inst_del_port() argument
218 __team_option_inst_add_port(struct team * team,struct team_port * port) __team_option_inst_add_port() argument
238 __team_option_inst_mark_removed_port(struct team * team,struct team_port * port) __team_option_inst_mark_removed_port() argument
251 __team_options_register(struct team * team,const struct team_option * option,size_t option_count) __team_options_register() argument
299 __team_options_mark_removed(struct team * team,const struct team_option * option,size_t option_count) __team_options_mark_removed() argument
314 __team_options_unregister(struct team * team,const struct team_option * option,size_t option_count) __team_options_unregister() argument
334 team_options_register(struct team * team,const struct team_option * option,size_t option_count) team_options_register() argument
348 team_options_unregister(struct team * team,const struct team_option * option,size_t option_count) team_options_unregister() argument
358 team_option_get(struct team * team,struct team_option_inst * opt_inst,struct team_gsetter_ctx * ctx) team_option_get() argument
369 team_option_set(struct team * team,struct team_option_inst * opt_inst,struct team_gsetter_ctx * ctx) team_option_set() argument
387 team_options_change_check(struct team * team) team_options_change_check() argument
500 team_dummy_transmit(struct team * team,struct sk_buff * skb) team_dummy_transmit() argument
506 team_dummy_receive(struct team * team,struct team_port * port,struct sk_buff * skb) team_dummy_receive() argument
517 team_is_mode_set(struct team * team) team_is_mode_set() argument
522 team_set_no_mode(struct team * team) team_set_no_mode() argument
528 team_adjust_ops(struct team * team) team_adjust_ops() argument
555 __team_change_mode(struct team * team,const struct team_mode * new_mode) __team_change_mode() argument
610 team_change_mode(struct team * team,const char * kind) team_change_mode() argument
650 struct team *team; team_notify_peers_work() local
671 team_notify_peers(struct team * team) team_notify_peers() argument
679 team_notify_peers_init(struct team * team) team_notify_peers_init() argument
684 team_notify_peers_fini(struct team * team) team_notify_peers_fini() argument
696 struct team *team; team_mcast_rejoin_work() local
717 team_mcast_rejoin(struct team * team) team_mcast_rejoin() argument
725 team_mcast_rejoin_init(struct team * team) team_mcast_rejoin_init() argument
730 team_mcast_rejoin_fini(struct team * team) team_mcast_rejoin_fini() argument
745 struct team *team; team_handle_frame() local
793 team_queue_override_init(struct team * team) team_queue_override_init() argument
810 team_queue_override_fini(struct team * team) team_queue_override_fini() argument
815 __team_get_qom_list(struct team * team,u16 queue_id) __team_get_qom_list() argument
823 team_queue_override_transmit(struct team * team,struct sk_buff * skb) team_queue_override_transmit() argument
838 __team_queue_override_port_del(struct team * team,struct team_port * port) __team_queue_override_port_del() argument
858 __team_queue_override_port_add(struct team * team,struct team_port * port) __team_queue_override_port_add() argument
877 __team_queue_override_enabled_check(struct team * team) __team_queue_override_enabled_check() argument
895 team_queue_override_port_prio_changed(struct team * team,struct team_port * port) team_queue_override_port_prio_changed() argument
905 team_queue_override_port_change_queue_id(struct team * team,struct team_port * port,u16 new_queue_id) team_queue_override_port_change_queue_id() argument
919 team_queue_override_port_add(struct team * team,struct team_port * port) team_queue_override_port_add() argument
926 team_queue_override_port_del(struct team * team,struct team_port * port) team_queue_override_port_del() argument
938 team_port_find(const struct team * team,const struct team_port * port) team_port_find() argument
949 __team_port_enable_rx(struct team * team,struct team_port * port) __team_port_enable_rx() argument
956 __team_port_disable_rx(struct team * team,struct team_port * port) __team_port_disable_rx() argument
963 team_port_enable_rx(struct team * team,struct team_port * port) team_port_enable_rx() argument
975 team_port_disable_rx(struct team * team,struct team_port * port) team_port_disable_rx() argument
991 __team_port_enable_tx(struct team * team,struct team_port * port) __team_port_enable_tx() argument
1000 team_port_enable_tx(struct team * team,struct team_port * port) team_port_enable_tx() argument
1015 __reconstruct_port_hlist(struct team * team,int rm_index) __reconstruct_port_hlist() argument
1031 __team_port_disable_tx(struct team * team,struct team_port * port) __team_port_disable_tx() argument
1044 team_port_disable_tx(struct team * team,struct team_port * port) team_port_disable_tx() argument
1060 team_port_enable(struct team * team,struct team_port * port) team_port_enable() argument
1087 team_port_disable(struct team * team,struct team_port * port) team_port_disable() argument
1109 team_port_enter(struct team * team,struct team_port * port) team_port_enter() argument
1132 team_port_leave(struct team * team,struct team_port * port) team_port_leave() argument
1186 team_upper_dev_link(struct team * team,struct team_port * port,struct netlink_ext_ack * extack) team_upper_dev_link() argument
1202 team_upper_dev_unlink(struct team * team,struct team_port * port) team_upper_dev_unlink() argument
1212 team_port_add(struct team * team,struct net_device * port_dev,struct netlink_ext_ack * extack) team_port_add() argument
1420 team_port_del(struct team * team,struct net_device * port_dev,bool unregister) team_port_del() argument
1477 team_mode_option_get(struct team * team,struct team_gsetter_ctx * ctx) team_mode_option_get() argument
1482 team_mode_option_set(struct team * team,struct team_gsetter_ctx * ctx) team_mode_option_set() argument
1487 team_notify_peers_count_get(struct team * team,struct team_gsetter_ctx * ctx) team_notify_peers_count_get() argument
1493 team_notify_peers_count_set(struct team * team,struct team_gsetter_ctx * ctx) team_notify_peers_count_set() argument
1500 team_notify_peers_interval_get(struct team * team,struct team_gsetter_ctx * ctx) team_notify_peers_interval_get() argument
1506 team_notify_peers_interval_set(struct team * team,struct team_gsetter_ctx * ctx) team_notify_peers_interval_set() argument
1513 team_mcast_rejoin_count_get(struct team * team,struct team_gsetter_ctx * ctx) team_mcast_rejoin_count_get() argument
1519 team_mcast_rejoin_count_set(struct team * team,struct team_gsetter_ctx * ctx) team_mcast_rejoin_count_set() argument
1526 team_mcast_rejoin_interval_get(struct team * team,struct team_gsetter_ctx * ctx) team_mcast_rejoin_interval_get() argument
1532 team_mcast_rejoin_interval_set(struct team * team,struct team_gsetter_ctx * ctx) team_mcast_rejoin_interval_set() argument
1539 team_port_en_option_get(struct team * team,struct team_gsetter_ctx * ctx) team_port_en_option_get() argument
1547 team_port_en_option_set(struct team * team,struct team_gsetter_ctx * ctx) team_port_en_option_set() argument
1559 team_port_rx_en_option_get(struct team * team,struct team_gsetter_ctx * ctx) team_port_rx_en_option_get() argument
1567 team_port_rx_en_option_set(struct team * team,struct team_gsetter_ctx * ctx) team_port_rx_en_option_set() argument
1579 team_port_tx_en_option_get(struct team * team,struct team_gsetter_ctx * ctx) team_port_tx_en_option_get() argument
1587 team_port_tx_en_option_set(struct team * team,struct team_gsetter_ctx * ctx) team_port_tx_en_option_set() argument
1599 team_user_linkup_option_get(struct team * team,struct team_gsetter_ctx * ctx) team_user_linkup_option_get() argument
1609 team_user_linkup_option_set(struct team * team,struct team_gsetter_ctx * ctx) team_user_linkup_option_set() argument
1620 team_user_linkup_en_option_get(struct team * team,struct team_gsetter_ctx * ctx) team_user_linkup_en_option_get() argument
1628 team_user_linkup_en_option_set(struct team * team,struct team_gsetter_ctx * ctx) team_user_linkup_en_option_set() argument
1639 team_priority_option_get(struct team * team,struct team_gsetter_ctx * ctx) team_priority_option_get() argument
1647 team_priority_option_set(struct team * team,struct team_gsetter_ctx * ctx) team_priority_option_set() argument
1660 team_queue_id_option_get(struct team * team,struct team_gsetter_ctx * ctx) team_queue_id_option_get() argument
1668 team_queue_id_option_set(struct team * team,struct team_gsetter_ctx * ctx) team_queue_id_option_set() argument
1767 struct team *team = netdev_priv(dev); team_init() local
1814 struct team *team = netdev_priv(dev); team_uninit() local
1833 struct team *team = netdev_priv(dev); team_destructor() local
1845 struct team *team = netdev_priv(dev); team_close() local
1861 struct team *team = netdev_priv(dev); team_xmit() local
1909 struct team *team = netdev_priv(dev); team_change_rx_flags() local
1929 struct team *team = netdev_priv(dev); team_set_rx_mode() local
1943 struct team *team = netdev_priv(dev); team_set_mac_address() local
1959 struct team *team = netdev_priv(dev); team_change_mtu() local
1991 struct team *team = netdev_priv(dev); team_get_stats64() local
2029 struct team *team = netdev_priv(dev); team_vlan_rx_add_vid() local
2052 struct team *team = netdev_priv(dev); team_vlan_rx_kill_vid() local
2068 __team_netpoll_cleanup(struct team * team) __team_netpoll_cleanup() argument
2078 struct team *team = netdev_priv(dev); team_netpoll_cleanup() local
2087 struct team *team = netdev_priv(dev); team_netpoll_setup() local
2107 struct team *team = netdev_priv(dev); team_add_slave() local
2116 struct team *team = netdev_priv(dev); team_del_slave() local
2125 struct team *team = netdev_priv(dev); team_del_slave_on_unregister() local
2136 struct team *team = netdev_priv(dev); team_fix_features() local
2157 struct team *team = netdev_priv(dev); team_change_carrier() local
2207 struct team *team= netdev_priv(dev); team_ethtool_get_link_ksettings() local
2244 team_header_port_get_rcu(struct team * team,bool txable) team_header_port_get_rcu() argument
2261 struct team *team = netdev_priv(team_dev); team_header_create() local
2282 struct team *team = netdev_priv(team_dev); team_header_parse() local
2306 struct team *team = netdev_priv(dev); team_setup_by_port() local
2334 struct team *team = netdev_priv(dev); team_dev_type_check_change() local
2359 struct team *team = netdev_priv(dev); team_setup() local
2500 team_nl_team_put(struct team * team) team_nl_team_put() argument
2508 team_nl_send_unicast(struct sk_buff * skb,struct team * team,u32 portid) team_nl_send_unicast() argument
2513 team_nl_fill_one_option_get(struct sk_buff * skb,struct team * team,struct team_option_inst * opt_inst) team_nl_fill_one_option_get() argument
2595 __send_and_alloc_skb(struct sk_buff ** pskb,struct team * team,u32 portid,team_nl_send_func_t * send_func) __send_and_alloc_skb() argument
2611 team_nl_send_options_get(struct team * team,u32 portid,u32 seq,int flags,team_nl_send_func_t * send_func,struct list_head * sel_opt_inst_list) team_nl_send_options_get() argument
2687 struct team *team; team_nl_options_get_doit() local
2719 struct team *team; team_nl_options_set_doit() local
2900 team_nl_send_port_list_get(struct team * team,u32 portid,u32 seq,int flags,team_nl_send_func_t * send_func,struct team_port * one_port) team_nl_send_port_list_get() argument
2987 struct team *team; team_nl_port_list_get_doit() local
3028 team_nl_send_multicast(struct sk_buff * skb,struct team * team,u32 portid) team_nl_send_multicast() argument
3035 team_nl_send_event_options_get(struct team * team,struct list_head * sel_opt_inst_list) team_nl_send_event_options_get() argument
3042 team_nl_send_event_port_get(struct team * team,struct team_port * port) team_nl_send_event_port_get() argument
3064 __team_options_change_check(struct team * team) __team_options_change_check() argument
3112 __team_carrier_check(struct team * team) __team_carrier_check() argument
[all...]
H A Dteam_mode_activebackup.c21 static struct ab_priv *ab_priv(struct team *team) in ab_priv()
26 static rx_handler_result_t ab_receive(struct team *team, struct team_port *port, in ab_receive()
36 static bool ab_transmit(struct team *team, struct sk_buff *skb) in ab_transmit()
52 static void ab_port_leave(struct team *team, struct team_port *port) in ab_port_leave()
60 static void ab_active_port_init(struct team *team, in ab_active_port_init()
66 static void ab_active_port_get(struct team *team, struct team_gsetter_ctx *ctx) in ab_active_port_get()
77 static int ab_active_port_set(struct team *team, struct team_gsetter_ctx *ctx) in ab_active_port_set()
100 static int ab_init(struct team *team) in ab_init()
105 static void ab_exit(struct team *team) in ab_exit()
H A Dteam_mode_broadcast.c14 static bool bc_transmit(struct team *team, struct sk_buff *skb) in bc_transmit()