Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dif_team.h87 static inline bool team_port_txable(struct team_port *port) in team_port_txable() function
99 txable = port ? team_port_txable(port) : false; in team_port_dev_txable()
292 if (likely(team_port_txable(port))) in team_get_first_port_txable_rcu()
296 if (team_port_txable(cur)) in team_get_first_port_txable_rcu()
301 if (team_port_txable(cur)) in team_get_first_port_txable_rcu()
/Linux-v4.19/drivers/net/team/
Dteam_mode_broadcast.c28 if (team_port_txable(cur)) { in bc_transmit()