Lines Matching defs:team
64 static int team_port_set_team_dev_addr(struct team *team, in team_port_set_team_dev_addr()
70 int team_modeop_port_enter(struct team *team, struct team_port *port) in team_modeop_port_enter()
76 void team_modeop_port_change_dev_addr(struct team *team, in team_modeop_port_change_dev_addr()
117 static struct team_option *__team_find_option(struct team *team, in __team_find_option()
135 static void __team_option_inst_del_option(struct team *team, in __team_option_inst_del_option()
146 static int __team_option_inst_add(struct team *team, struct team_option *option, in __team_option_inst_add()
178 static int __team_option_inst_add_option(struct team *team, in __team_option_inst_add_option()
195 static void __team_option_inst_mark_removed_option(struct team *team, in __team_option_inst_mark_removed_option()
208 static void __team_option_inst_del_port(struct team *team, in __team_option_inst_del_port()
220 static int __team_option_inst_add_port(struct team *team, in __team_option_inst_add_port()
240 static void __team_option_inst_mark_removed_port(struct team *team, in __team_option_inst_mark_removed_port()
253 static int __team_options_register(struct team *team, in __team_options_register()
300 static void __team_options_mark_removed(struct team *team, in __team_options_mark_removed()
315 static void __team_options_unregister(struct team *team, in __team_options_unregister()
335 int team_options_register(struct team *team, in team_options_register()
349 void team_options_unregister(struct team *team, in team_options_unregister()
359 static int team_option_get(struct team *team, in team_option_get()
368 static int team_option_set(struct team *team, in team_option_set()
386 void team_options_change_check(struct team *team) in team_options_change_check()
499 static bool team_dummy_transmit(struct team *team, struct sk_buff *skb) in team_dummy_transmit()
505 static rx_handler_result_t team_dummy_receive(struct team *team, in team_dummy_receive()
516 static bool team_is_mode_set(struct team *team) in team_is_mode_set()
521 static void team_set_no_mode(struct team *team) in team_set_no_mode()
527 static void team_adjust_ops(struct team *team) in team_adjust_ops()
552 static int __team_change_mode(struct team *team, in __team_change_mode()
590 static int team_change_mode(struct team *team, const char *kind) in team_change_mode()
630 struct team *team; in team_notify_peers_work() local
651 static void team_notify_peers(struct team *team) in team_notify_peers()
659 static void team_notify_peers_init(struct team *team) in team_notify_peers_init()
664 static void team_notify_peers_fini(struct team *team) in team_notify_peers_fini()
676 struct team *team; in team_mcast_rejoin_work() local
697 static void team_mcast_rejoin(struct team *team) in team_mcast_rejoin()
705 static void team_mcast_rejoin_init(struct team *team) in team_mcast_rejoin_init()
710 static void team_mcast_rejoin_fini(struct team *team) in team_mcast_rejoin_fini()
725 struct team *team; in team_handle_frame() local
773 static int team_queue_override_init(struct team *team) in team_queue_override_init()
791 static void team_queue_override_fini(struct team *team) in team_queue_override_fini()
796 static struct list_head *__team_get_qom_list(struct team *team, u16 queue_id) in __team_get_qom_list()
804 static bool team_queue_override_transmit(struct team *team, struct sk_buff *skb) in team_queue_override_transmit()
819 static void __team_queue_override_port_del(struct team *team, in __team_queue_override_port_del()
839 static void __team_queue_override_port_add(struct team *team, in __team_queue_override_port_add()
858 static void __team_queue_override_enabled_check(struct team *team) in __team_queue_override_enabled_check()
876 static void team_queue_override_port_prio_changed(struct team *team, in team_queue_override_port_prio_changed()
886 static void team_queue_override_port_change_queue_id(struct team *team, in team_queue_override_port_change_queue_id()
900 static void team_queue_override_port_add(struct team *team, in team_queue_override_port_add()
907 static void team_queue_override_port_del(struct team *team, in team_queue_override_port_del()
919 static bool team_port_find(const struct team *team, in team_port_find()
936 static void team_port_enable(struct team *team, in team_port_enable()
953 static void __reconstruct_port_hlist(struct team *team, int rm_index) in __reconstruct_port_hlist()
967 static void team_port_disable(struct team *team, in team_port_disable()
990 static void __team_compute_features(struct team *team) in __team_compute_features()
1028 static void team_compute_features(struct team *team) in team_compute_features()
1034 static int team_port_enter(struct team *team, struct team_port *port) in team_port_enter()
1056 static void team_port_leave(struct team *team, struct team_port *port) in team_port_leave()
1110 static int team_upper_dev_link(struct team *team, struct team_port *port, in team_upper_dev_link()
1126 static void team_upper_dev_unlink(struct team *team, struct team_port *port) in team_upper_dev_unlink()
1136 static int team_port_add(struct team *team, struct net_device *port_dev, in team_port_add()
1329 static int team_port_del(struct team *team, struct net_device *port_dev) in team_port_del()
1380 static int team_mode_option_get(struct team *team, struct team_gsetter_ctx *ctx) in team_mode_option_get()
1386 static int team_mode_option_set(struct team *team, struct team_gsetter_ctx *ctx) in team_mode_option_set()
1391 static int team_notify_peers_count_get(struct team *team, in team_notify_peers_count_get()
1398 static int team_notify_peers_count_set(struct team *team, in team_notify_peers_count_set()
1405 static int team_notify_peers_interval_get(struct team *team, in team_notify_peers_interval_get()
1412 static int team_notify_peers_interval_set(struct team *team, in team_notify_peers_interval_set()
1419 static int team_mcast_rejoin_count_get(struct team *team, in team_mcast_rejoin_count_get()
1426 static int team_mcast_rejoin_count_set(struct team *team, in team_mcast_rejoin_count_set()
1433 static int team_mcast_rejoin_interval_get(struct team *team, in team_mcast_rejoin_interval_get()
1440 static int team_mcast_rejoin_interval_set(struct team *team, in team_mcast_rejoin_interval_set()
1447 static int team_port_en_option_get(struct team *team, in team_port_en_option_get()
1456 static int team_port_en_option_set(struct team *team, in team_port_en_option_set()
1468 static int team_user_linkup_option_get(struct team *team, in team_user_linkup_option_get()
1479 static int team_user_linkup_option_set(struct team *team, in team_user_linkup_option_set()
1490 static int team_user_linkup_en_option_get(struct team *team, in team_user_linkup_en_option_get()
1499 static int team_user_linkup_en_option_set(struct team *team, in team_user_linkup_en_option_set()
1510 static int team_priority_option_get(struct team *team, in team_priority_option_get()
1519 static int team_priority_option_set(struct team *team, in team_priority_option_set()
1532 static int team_queue_id_option_get(struct team *team, in team_queue_id_option_get()
1541 static int team_queue_id_option_set(struct team *team, in team_queue_id_option_set()
1626 struct team *team = netdev_priv(dev); in team_init() local
1675 struct team *team = netdev_priv(dev); in team_uninit() local
1695 struct team *team = netdev_priv(dev); in team_destructor() local
1707 struct team *team = netdev_priv(dev); in team_close() local
1723 struct team *team = netdev_priv(dev); in team_xmit() local
1771 struct team *team = netdev_priv(dev); in team_change_rx_flags() local
1791 struct team *team = netdev_priv(dev); in team_set_rx_mode() local
1805 struct team *team = netdev_priv(dev); in team_set_mac_address() local
1821 struct team *team = netdev_priv(dev); in team_change_mtu() local
1858 struct team *team = netdev_priv(dev); in team_get_stats64() local
1896 struct team *team = netdev_priv(dev); in team_vlan_rx_add_vid() local
1924 struct team *team = netdev_priv(dev); in team_vlan_rx_kill_vid() local
1940 static void __team_netpoll_cleanup(struct team *team) in __team_netpoll_cleanup()
1950 struct team *team = netdev_priv(dev); in team_netpoll_cleanup() local
1960 struct team *team = netdev_priv(dev); in team_netpoll_setup() local
1980 struct team *team = netdev_priv(dev); in team_add_slave() local
1995 struct team *team = netdev_priv(dev); in team_del_slave() local
2019 struct team *team = netdev_priv(dev); in team_fix_features() local
2041 struct team *team = netdev_priv(dev); in team_change_carrier() local
2092 struct team *team= netdev_priv(dev); in team_ethtool_get_link_ksettings() local
2142 struct team *team = netdev_priv(dev); in team_dev_type_check_change() local
2306 struct team *team; in team_nl_team_get() local
2324 static void team_nl_team_put(struct team *team) in team_nl_team_put()
2333 static int team_nl_send_unicast(struct sk_buff *skb, struct team *team, u32 portid) in team_nl_send_unicast()
2338 static int team_nl_fill_one_option_get(struct sk_buff *skb, struct team *team, in team_nl_fill_one_option_get()
2420 struct team *team, u32 portid, in __send_and_alloc_skb()
2436 static int team_nl_send_options_get(struct team *team, u32 portid, u32 seq, in team_nl_send_options_get()
2511 struct team *team; in team_nl_cmd_options_get() local
2536 struct team *team; in team_nl_cmd_options_set() local
2715 static int team_nl_send_port_list_get(struct team *team, u32 portid, u32 seq, in team_nl_send_port_list_get()
2801 struct team *team; in team_nl_cmd_port_list_get() local
2861 struct team *team, u32 portid) in team_nl_send_multicast()
2867 static int team_nl_send_event_options_get(struct team *team, in team_nl_send_event_options_get()
2874 static int team_nl_send_event_port_get(struct team *team, in team_nl_send_event_port_get()
2896 static void __team_options_change_check(struct team *team) in __team_options_change_check()
2942 static void __team_carrier_check(struct team *team) in __team_carrier_check()
2986 struct team *team = port->team; in team_port_change_check() local