Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/marvell/
H A Dgtethreg.h120 #define HSH_S ETH__LLBIT(1) /* Skip this entry */ macro
H A Dif_gfe.c1885 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()