Home
last modified time | relevance | path

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

/linux/drivers/net/team/
H A Dteam_mode_roundrobin.c28 port_index = team_num_to_port_index(team, in rr_transmit()
H A Dteam_mode_loadbalance.c121 int port_index = team_num_to_port_index(team, hash); in lb_hash_select_tx_port()
/linux/include/linux/
H A Dif_team.h263 static inline int team_num_to_port_index(struct team *team, unsigned int num) in team_num_to_port_index() function