Home
last modified time | relevance | path

Searched refs:team_port (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/include/linux/
H A Dif_team.h28 struct team_port { struct
78 static inline bool team_port_enabled(struct team_port *port) in team_port_enabled()
83 static inline bool team_port_txable(struct team_port *port) in team_port_txable()
90 struct team_port *port; in team_port_dev_txable()
118 struct team_port *port,
130 struct team_port *port);
142 struct team_port *port; /* != NULL if per-port */
254 struct team_port *port; in team_get_port_by_index()
275 struct team_port *port; in team_get_port_by_index_rcu()
284 static inline struct team_port *
[all …]
/linux-6.15/drivers/net/team/
H A Dteam_mode_activebackup.c17 struct team_port __rcu *active_port;
26 static rx_handler_result_t ab_receive(struct team *team, struct team_port *port, in ab_receive()
28 struct team_port *active_port; in ab_receive()
38 struct team_port *active_port; in ab_transmit()
52 static void ab_port_leave(struct team *team, struct team_port *port) in ab_port_leave()
68 struct team_port *active_port; in ab_active_port_get()
80 struct team_port *port; in ab_active_port_set()
H A Dteam_core.c726 struct team_port *port; in team_handle_frame()
809 struct team_port *port; in team_queue_override_transmit()
844 struct team_port *cur; in __team_queue_override_port_add()
862 struct team_port *port; in __team_queue_override_enabled_check()
924 struct team_port *cur; in team_port_find()
958 struct team_port *port; in __reconstruct_port_hlist()
995 struct team_port *port; in __team_compute_features()
1148 struct team_port *port; in team_port_add()
1347 struct team_port *port; in team_port_del()
1682 struct team_port *port; in team_uninit()
[all …]
H A Dteam_mode_loadbalance.c32 typedef struct team_port *lb_select_tx_port_func_t(struct team *,
53 struct team_port __rcu *port;
97 struct team_port *port) in lb_tx_hash_to_port_mapping_null_port()
118 static struct team_port *lb_hash_select_tx_port(struct team *team, in lb_hash_select_tx_port()
131 struct team_port *port; in lb_htpm_select_tx_port()
221 struct team_port *port; in lb_transmit()
370 struct team_port *port; in lb_tx_hash_to_port_mapping_get()
381 struct team_port *port; in lb_tx_hash_to_port_mapping_set()
416 struct team_port *port = info->port; in lb_port_stats_init()
424 struct team_port *port = ctx->info->port; in lb_port_stats_get()
[all …]
H A Dteam_mode_broadcast.c16 struct team_port *cur; in bc_transmit()
17 struct team_port *last = NULL; in bc_transmit()
H A Dteam_mode_random.c16 struct team_port *port; in rnd_transmit()
H A Dteam_mode_roundrobin.c25 struct team_port *port; in rr_transmit()