Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/team/
Dteam_mode_roundrobin.c29 port_index = team_num_to_port_index(team, in rr_transmit()
Dteam_mode_loadbalance.c125 int port_index = team_num_to_port_index(team, hash); in lb_hash_select_tx_port()
/Linux-v6.1/include/linux/
Dif_team.h260 static inline int team_num_to_port_index(struct team *team, unsigned int num) in team_num_to_port_index() function