Home
last modified time | relevance | path

Searched refs:team_port_txable (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dif_team.h83 static inline bool team_port_txable(struct team_port *port) in team_port_txable() function
95 txable = port ? team_port_txable(port) : false; in team_port_dev_txable()
289 if (likely(team_port_txable(port))) in team_get_first_port_txable_rcu()
293 if (team_port_txable(cur)) in team_get_first_port_txable_rcu()
298 if (team_port_txable(cur)) in team_get_first_port_txable_rcu()
/Linux-v5.4/drivers/net/team/
Dteam_mode_broadcast.c24 if (team_port_txable(cur)) { in bc_transmit()
Dteam.c2078 if (team_port_txable(port)) { in team_ethtool_get_link_ksettings()