Home
last modified time | relevance | path

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

/linux-5.19.10/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()
286 if (likely(team_port_txable(port))) in team_get_first_port_txable_rcu()
290 if (team_port_txable(cur)) in team_get_first_port_txable_rcu()
295 if (team_port_txable(cur)) in team_get_first_port_txable_rcu()
/linux-5.19.10/drivers/net/team/
Dteam_mode_broadcast.c24 if (team_port_txable(cur)) { in bc_transmit()
Dteam.c2089 if (team_port_txable(port)) { in team_ethtool_get_link_ksettings()