Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dif_team.h170 #define TEAM_PORT_HASHENTRIES (1 << TEAM_PORT_HASHBITS) macro
185 struct hlist_head en_port_hlist[TEAM_PORT_HASHENTRIES];
231 return &team->en_port_hlist[port_index & (TEAM_PORT_HASHENTRIES - 1)]; in team_port_index_hash()
/linux-4.1.27/drivers/net/team/
Dteam.c1570 for (i = 0; i < TEAM_PORT_HASHENTRIES; i++) in team_init()