Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit.h120 #define NP_INFO_HASH_SIZE 32 macro
137 struct np_info *np_hash_tab[NP_INFO_HASH_SIZE];
Dcxgbit_cm.c78 return ((unsigned long)cnp >> 10) & (NP_INFO_HASH_SIZE - 1); in cxgbit_np_hashfn()