Searched refs:TEAM_PORT_HASHENTRIES (Results 1 – 1 of 1) sorted by relevance
183 #define TEAM_PORT_HASHENTRIES (1 << TEAM_PORT_HASHBITS) macro198 struct hlist_head en_port_hlist[TEAM_PORT_HASHENTRIES];245 return &team->en_port_hlist[port_index & (TEAM_PORT_HASHENTRIES - 1)]; in team_port_index_hash()
Completed in 4 milliseconds