Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit.h117 #define NP_INFO_HASH_SIZE 32 macro
134 struct np_info *np_hash_tab[NP_INFO_HASH_SIZE];
H A Dcxgbit_cm.c75 return ((unsigned long)cnp >> 10) & (NP_INFO_HASH_SIZE - 1); in cxgbit_np_hashfn()