Searched refs:HSH_S (Results 1 – 2 of 2) sorted by relevance
120 #define HSH_S ETH__LLBIT(1) /* Skip this entry */ macro
1885 if (((op == GE_HASH_REMOVE) && (thishe & HSH_S)) || in gfe_hash_entry_op()1886 ((op == GE_HASH_ADD) && (thishe & HSH_S) == 0)) in gfe_hash_entry_op()1888 *he_p = thishe ^ HSH_S; in gfe_hash_entry_op()1900 if (maybe_he_p == NULL && (thishe & HSH_S)) { in gfe_hash_entry_op()