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

/netbsd-current/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)) ||
1886 ((op == GE_HASH_ADD) && (thishe & HSH_S) == 0))
1888 *he_p = thishe ^ HSH_S;
1900 if (maybe_he_p == NULL && (thishe & HSH_S)) {

Completed in 80 milliseconds