Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dif_team.h200 struct hlist_head en_port_hlist[TEAM_PORT_HASHENTRIES]; member
248 return &team->en_port_hlist[port_index & (TEAM_PORT_HASHENTRIES - 1)]; in team_port_index_hash()
/openbmc/linux/drivers/net/team/
H A Dteam.c1630 INIT_HLIST_HEAD(&team->en_port_hlist[i]); in team_init()