Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A 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-6.15/drivers/net/team/
H A Dteam_mode_broadcast.c23 if (team_port_txable(cur)) { in bc_transmit()
H A Dteam_core.c2104 if (team_port_txable(port)) { in team_ethtool_get_link_ksettings()