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

/linux-master/include/linux/
H A Dif_team.h183 #define TEAM_PORT_HASHENTRIES (1 << TEAM_PORT_HASHBITS) macro
200 struct hlist_head en_port_hlist[TEAM_PORT_HASHENTRIES];
248 return &team->en_port_hlist[port_index & (TEAM_PORT_HASHENTRIES - 1)];
/linux-master/drivers/net/team/
H A Dteam.c1627 for (i = 0; i < TEAM_PORT_HASHENTRIES; i++)

Completed in 130 milliseconds