Lines Matching refs:team_port

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()
218 struct team_port *port) in __team_option_inst_add_port()
238 struct team_port *port) in __team_option_inst_mark_removed_port()
499 struct team_port *port, in team_dummy_receive()
717 struct team_port *port; in team_handle_frame()
792 struct team_port *port; in team_queue_override_transmit()
805 struct team_port *port) in __team_queue_override_port_del()
812 static bool team_queue_override_port_has_gt_prio_than(struct team_port *port, in team_queue_override_port_has_gt_prio_than()
813 struct team_port *cur) in team_queue_override_port_has_gt_prio_than()
825 struct team_port *port) in __team_queue_override_port_add()
827 struct team_port *cur; in __team_queue_override_port_add()
845 struct team_port *port; in __team_queue_override_enabled_check()
862 struct team_port *port) in team_queue_override_port_prio_changed()
872 struct team_port *port, in team_queue_override_port_change_queue_id()
886 struct team_port *port) in team_queue_override_port_add()
893 struct team_port *port) in team_queue_override_port_del()
905 const struct team_port *port) in team_port_find()
907 struct team_port *cur; in team_port_find()
922 struct team_port *port) in team_port_enable()
940 struct team_port *port; in __reconstruct_port_hlist()
952 struct team_port *port) in team_port_disable()
974 struct team_port *port; in ___team_compute_features()
1012 static int team_port_enter(struct team *team, struct team_port *port) in team_port_enter()
1034 static void team_port_leave(struct team *team, struct team_port *port) in team_port_leave()
1042 static int team_port_enable_netpoll(struct team *team, struct team_port *port) in team_port_enable_netpoll()
1063 static void team_port_disable_netpoll(struct team_port *port) in team_port_disable_netpoll()
1077 static int team_port_enable_netpoll(struct team *team, struct team_port *port) in team_port_enable_netpoll()
1081 static void team_port_disable_netpoll(struct team_port *port) in team_port_disable_netpoll()
1105 static void __team_port_change_port_added(struct team_port *port, bool linkup);
1112 struct team_port *port; in team_port_add()
1145 port = kzalloc(sizeof(struct team_port) + team->mode->port_priv_size, in team_port_add()
1255 static void __team_port_change_port_removed(struct team_port *port);
1260 struct team_port *port; in team_port_del()
1370 struct team_port *port = ctx->info->port; in team_port_en_option_get()
1379 struct team_port *port = ctx->info->port; in team_port_en_option_set()
1391 struct team_port *port = ctx->info->port; in team_user_linkup_option_get()
1402 struct team_port *port = ctx->info->port; in team_user_linkup_option_set()
1413 struct team_port *port = ctx->info->port; in team_user_linkup_en_option_get()
1422 struct team_port *port = ctx->info->port; in team_user_linkup_en_option_set()
1433 struct team_port *port = ctx->info->port; in team_priority_option_get()
1442 struct team_port *port = ctx->info->port; in team_priority_option_set()
1455 struct team_port *port = ctx->info->port; in team_queue_id_option_get()
1464 struct team_port *port = ctx->info->port; in team_queue_id_option_set()
1612 struct team_port *port; in team_uninit()
1613 struct team_port *tmp; in team_uninit()
1699 struct team_port *port; in team_change_rx_flags()
1719 struct team_port *port; in team_set_rx_mode()
1733 struct team_port *port; in team_set_mac_address()
1749 struct team_port *port; in team_change_mtu()
1823 struct team_port *port; in team_vlan_rx_add_vid()
1851 struct team_port *port; in team_vlan_rx_kill_vid()
1868 struct team_port *port; in __team_netpoll_cleanup()
1887 struct team_port *port; in team_netpoll_setup()
1928 struct team_port *port; in team_fix_features()
2562 struct team_port *port) in team_nl_fill_one_port_get()
2593 struct team_port *one_port) in team_nl_send_port_list_get()
2598 struct team_port *port; in team_nl_send_port_list_get()
2605 struct team_port, list); in team_nl_send_port_list_get()
2736 struct team_port *port) in team_nl_send_event_port_get()
2776 static void __team_port_change_send(struct team_port *port, bool linkup) in __team_port_change_send()
2806 struct team_port *port; in __team_carrier_check()
2826 static void __team_port_change_check(struct team_port *port, bool linkup) in __team_port_change_check()
2833 static void __team_port_change_port_added(struct team_port *port, bool linkup) in __team_port_change_port_added()
2839 static void __team_port_change_port_removed(struct team_port *port) in __team_port_change_port_removed()
2846 static void team_port_change_check(struct team_port *port, bool linkup) in team_port_change_check()
2864 struct team_port *port; in team_device_event()