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()
1007 static int team_port_enter(struct team *team, struct team_port *port) in team_port_enter()
1029 static void team_port_leave(struct team *team, struct team_port *port) in team_port_leave()
1037 static int team_port_enable_netpoll(struct team *team, struct team_port *port) in team_port_enable_netpoll()
1058 static void team_port_disable_netpoll(struct team_port *port) in team_port_disable_netpoll()
1072 static int team_port_enable_netpoll(struct team *team, struct team_port *port) in team_port_enable_netpoll()
1076 static void team_port_disable_netpoll(struct team_port *port) in team_port_disable_netpoll()
1100 static void __team_port_change_port_added(struct team_port *port, bool linkup);
1107 struct team_port *port; in team_port_add()
1140 port = kzalloc(sizeof(struct team_port) + team->mode->port_priv_size, in team_port_add()
1250 static void __team_port_change_port_removed(struct team_port *port);
1255 struct team_port *port; in team_port_del()
1365 struct team_port *port = ctx->info->port; in team_port_en_option_get()
1374 struct team_port *port = ctx->info->port; in team_port_en_option_set()
1386 struct team_port *port = ctx->info->port; in team_user_linkup_option_get()
1397 struct team_port *port = ctx->info->port; in team_user_linkup_option_set()
1408 struct team_port *port = ctx->info->port; in team_user_linkup_en_option_get()
1417 struct team_port *port = ctx->info->port; in team_user_linkup_en_option_set()
1428 struct team_port *port = ctx->info->port; in team_priority_option_get()
1437 struct team_port *port = ctx->info->port; in team_priority_option_set()
1450 struct team_port *port = ctx->info->port; in team_queue_id_option_get()
1459 struct team_port *port = ctx->info->port; in team_queue_id_option_set()
1607 struct team_port *port; in team_uninit()
1608 struct team_port *tmp; in team_uninit()
1694 struct team_port *port; in team_change_rx_flags()
1714 struct team_port *port; in team_set_rx_mode()
1728 struct team_port *port; in team_set_mac_address()
1744 struct team_port *port; in team_change_mtu()
1818 struct team_port *port; in team_vlan_rx_add_vid()
1846 struct team_port *port; in team_vlan_rx_kill_vid()
1863 struct team_port *port; in __team_netpoll_cleanup()
1882 struct team_port *port; in team_netpoll_setup()
1923 struct team_port *port; in team_fix_features()
2553 struct team_port *port) in team_nl_fill_one_port_get()
2584 struct team_port *one_port) in team_nl_send_port_list_get()
2589 struct team_port *port; in team_nl_send_port_list_get()
2596 struct team_port, list); in team_nl_send_port_list_get()
2727 struct team_port *port) in team_nl_send_event_port_get()
2767 static void __team_port_change_send(struct team_port *port, bool linkup) in __team_port_change_send()
2797 struct team_port *port; in __team_carrier_check()
2817 static void __team_port_change_check(struct team_port *port, bool linkup) in __team_port_change_check()
2824 static void __team_port_change_port_added(struct team_port *port, bool linkup) in __team_port_change_port_added()
2830 static void __team_port_change_port_removed(struct team_port *port) in __team_port_change_port_removed()
2837 static void team_port_change_check(struct team_port *port, bool linkup) in team_port_change_check()
2855 struct team_port *port; in team_device_event()