Lines Matching defs:team

65 static int team_port_set_team_dev_addr(struct team *team,  in team_port_set_team_dev_addr()
71 int team_modeop_port_enter(struct team *team, struct team_port *port) in team_modeop_port_enter()
77 void team_modeop_port_change_dev_addr(struct team *team, in team_modeop_port_change_dev_addr()
118 static struct team_option *__team_find_option(struct team *team, in __team_find_option()
136 static void __team_option_inst_del_option(struct team *team, in __team_option_inst_del_option()
147 static int __team_option_inst_add(struct team *team, struct team_option *option, in __team_option_inst_add()
175 static int __team_option_inst_add_option(struct team *team, in __team_option_inst_add_option()
192 static void __team_option_inst_mark_removed_option(struct team *team, in __team_option_inst_mark_removed_option()
205 static void __team_option_inst_del_port(struct team *team, in __team_option_inst_del_port()
217 static int __team_option_inst_add_port(struct team *team, in __team_option_inst_add_port()
237 static void __team_option_inst_mark_removed_port(struct team *team, in __team_option_inst_mark_removed_port()
250 static int __team_options_register(struct team *team, in __team_options_register()
299 static void __team_options_mark_removed(struct team *team, in __team_options_mark_removed()
314 static void __team_options_unregister(struct team *team, in __team_options_unregister()
334 int team_options_register(struct team *team, in team_options_register()
348 void team_options_unregister(struct team *team, in team_options_unregister()
358 static int team_option_get(struct team *team, in team_option_get()
369 static int team_option_set(struct team *team, in team_option_set()
387 void team_options_change_check(struct team *team) in team_options_change_check()
500 static bool team_dummy_transmit(struct team *team, struct sk_buff *skb) in team_dummy_transmit()
506 static rx_handler_result_t team_dummy_receive(struct team *team, in team_dummy_receive()
517 static bool team_is_mode_set(struct team *team) in team_is_mode_set()
522 static void team_set_no_mode(struct team *team) in team_set_no_mode()
528 static void team_adjust_ops(struct team *team) in team_adjust_ops()
553 static int __team_change_mode(struct team *team, in __team_change_mode()
591 static int team_change_mode(struct team *team, const char *kind) in team_change_mode()
631 struct team *team; in team_notify_peers_work() local
652 static void team_notify_peers(struct team *team) in team_notify_peers()
660 static void team_notify_peers_init(struct team *team) in team_notify_peers_init()
665 static void team_notify_peers_fini(struct team *team) in team_notify_peers_fini()
677 struct team *team; in team_mcast_rejoin_work() local
698 static void team_mcast_rejoin(struct team *team) in team_mcast_rejoin()
706 static void team_mcast_rejoin_init(struct team *team) in team_mcast_rejoin_init()
711 static void team_mcast_rejoin_fini(struct team *team) in team_mcast_rejoin_fini()
726 struct team *team; in team_handle_frame() local
774 static int team_queue_override_init(struct team *team) in team_queue_override_init()
792 static void team_queue_override_fini(struct team *team) in team_queue_override_fini()
797 static struct list_head *__team_get_qom_list(struct team *team, u16 queue_id) in __team_get_qom_list()
805 static bool team_queue_override_transmit(struct team *team, struct sk_buff *skb) in team_queue_override_transmit()
820 static void __team_queue_override_port_del(struct team *team, in __team_queue_override_port_del()
840 static void __team_queue_override_port_add(struct team *team, in __team_queue_override_port_add()
859 static void __team_queue_override_enabled_check(struct team *team) in __team_queue_override_enabled_check()
877 static void team_queue_override_port_prio_changed(struct team *team, in team_queue_override_port_prio_changed()
887 static void team_queue_override_port_change_queue_id(struct team *team, in team_queue_override_port_change_queue_id()
901 static void team_queue_override_port_add(struct team *team, in team_queue_override_port_add()
908 static void team_queue_override_port_del(struct team *team, in team_queue_override_port_del()
920 static bool team_port_find(const struct team *team, in team_port_find()
937 static void team_port_enable(struct team *team, in team_port_enable()
954 static void __reconstruct_port_hlist(struct team *team, int rm_index) in __reconstruct_port_hlist()
968 static void team_port_disable(struct team *team, in team_port_disable()
992 static void __team_compute_features(struct team *team) in __team_compute_features()
1035 static void team_compute_features(struct team *team) in team_compute_features()
1041 static int team_port_enter(struct team *team, struct team_port *port) in team_port_enter()
1063 static void team_port_leave(struct team *team, struct team_port *port) in team_port_leave()
1117 static int team_upper_dev_link(struct team *team, struct team_port *port, in team_upper_dev_link()
1133 static void team_upper_dev_unlink(struct team *team, struct team_port *port) in team_upper_dev_unlink()
1143 static int team_port_add(struct team *team, struct net_device *port_dev, in team_port_add()
1343 static int team_port_del(struct team *team, struct net_device *port_dev) in team_port_del()
1394 static void team_mode_option_get(struct team *team, struct team_gsetter_ctx *ctx) in team_mode_option_get()
1399 static int team_mode_option_set(struct team *team, struct team_gsetter_ctx *ctx) in team_mode_option_set()
1404 static void team_notify_peers_count_get(struct team *team, in team_notify_peers_count_get()
1410 static int team_notify_peers_count_set(struct team *team, in team_notify_peers_count_set()
1417 static void team_notify_peers_interval_get(struct team *team, in team_notify_peers_interval_get()
1423 static int team_notify_peers_interval_set(struct team *team, in team_notify_peers_interval_set()
1430 static void team_mcast_rejoin_count_get(struct team *team, in team_mcast_rejoin_count_get()
1436 static int team_mcast_rejoin_count_set(struct team *team, in team_mcast_rejoin_count_set()
1443 static void team_mcast_rejoin_interval_get(struct team *team, in team_mcast_rejoin_interval_get()
1449 static int team_mcast_rejoin_interval_set(struct team *team, in team_mcast_rejoin_interval_set()
1456 static void team_port_en_option_get(struct team *team, in team_port_en_option_get()
1464 static int team_port_en_option_set(struct team *team, in team_port_en_option_set()
1476 static void team_user_linkup_option_get(struct team *team, in team_user_linkup_option_get()
1486 static int team_user_linkup_option_set(struct team *team, in team_user_linkup_option_set()
1497 static void team_user_linkup_en_option_get(struct team *team, in team_user_linkup_en_option_get()
1505 static int team_user_linkup_en_option_set(struct team *team, in team_user_linkup_en_option_set()
1516 static void team_priority_option_get(struct team *team, in team_priority_option_get()
1524 static int team_priority_option_set(struct team *team, in team_priority_option_set()
1537 static void team_queue_id_option_get(struct team *team, in team_queue_id_option_get()
1545 static int team_queue_id_option_set(struct team *team, in team_queue_id_option_set()
1630 struct team *team = netdev_priv(dev); in team_init() local
1680 struct team *team = netdev_priv(dev); in team_uninit() local
1700 struct team *team = netdev_priv(dev); in team_destructor() local
1712 struct team *team = netdev_priv(dev); in team_close() local
1728 struct team *team = netdev_priv(dev); in team_xmit() local
1776 struct team *team = netdev_priv(dev); in team_change_rx_flags() local
1796 struct team *team = netdev_priv(dev); in team_set_rx_mode() local
1810 struct team *team = netdev_priv(dev); in team_set_mac_address() local
1826 struct team *team = netdev_priv(dev); in team_change_mtu() local
1863 struct team *team = netdev_priv(dev); in team_get_stats64() local
1901 struct team *team = netdev_priv(dev); in team_vlan_rx_add_vid() local
1929 struct team *team = netdev_priv(dev); in team_vlan_rx_kill_vid() local
1945 static void __team_netpoll_cleanup(struct team *team) in __team_netpoll_cleanup()
1955 struct team *team = netdev_priv(dev); in team_netpoll_cleanup() local
1964 struct team *team = netdev_priv(dev); in team_netpoll_setup() local
1984 struct team *team = netdev_priv(dev); in team_add_slave() local
1999 struct team *team = netdev_priv(dev); in team_del_slave() local
2023 struct team *team = netdev_priv(dev); in team_fix_features() local
2044 struct team *team = netdev_priv(dev); in team_change_carrier() local
2094 struct team *team= netdev_priv(dev); in team_ethtool_get_link_ksettings() local
2131 struct team *team = netdev_priv(dev); in team_setup_by_port() local
2158 struct team *team = netdev_priv(dev); in team_dev_type_check_change() local
2183 struct team *team = netdev_priv(dev); in team_setup() local
2306 struct team *team; in team_nl_team_get() local
2323 static void team_nl_team_put(struct team *team) in team_nl_team_put()
2332 static int team_nl_send_unicast(struct sk_buff *skb, struct team *team, u32 portid) in team_nl_send_unicast()
2337 static int team_nl_fill_one_option_get(struct sk_buff *skb, struct team *team, in team_nl_fill_one_option_get()
2419 struct team *team, u32 portid, in __send_and_alloc_skb()
2435 static int team_nl_send_options_get(struct team *team, u32 portid, u32 seq, in team_nl_send_options_get()
2510 struct team *team; in team_nl_options_get_doit() local
2535 struct team *team; in team_nl_options_set_doit() local
2716 static int team_nl_send_port_list_get(struct team *team, u32 portid, u32 seq, in team_nl_send_port_list_get()
2802 struct team *team; in team_nl_port_list_get_doit() local
2836 struct team *team, u32 portid) in team_nl_send_multicast()
2842 static int team_nl_send_event_options_get(struct team *team, in team_nl_send_event_options_get()
2849 static int team_nl_send_event_port_get(struct team *team, in team_nl_send_event_port_get()
2871 static void __team_options_change_check(struct team *team) in __team_options_change_check()
2917 static void __team_carrier_check(struct team *team) in __team_carrier_check()
2961 struct team *team = port->team; in team_port_change_check() local