Home
last modified time | relevance | path

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

/drivers/net/bonding/
Dbond_alb.c60 #define TLB_HASH_TABLE_SIZE 256 /* The size of the clients hash table. macro
189 int size = TLB_HASH_TABLE_SIZE * sizeof(struct tlb_client_info); in tlb_initialize()
206 for (i = 0; i < TLB_HASH_TABLE_SIZE; i++) { in tlb_initialize()