Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dbond_alb.h49 #define TLB_HASH_TABLE_SIZE 256 /* The size of the clients hash table. macro
/linux-4.4.14/drivers/net/bonding/
Dbond_alb.c156 int size = TLB_HASH_TABLE_SIZE * sizeof(struct tlb_client_info); in tlb_initialize()
168 for (i = 0; i < TLB_HASH_TABLE_SIZE; i++) in tlb_initialize()