HomeSort by: relevance | last modified time | path
    Searched defs:thishe (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/marvell/
if_gfe.c 1862 uint64_t thishe = *he_p; local in function:gfe_hash_entry_op
1868 if ((thishe & HSH_V) == 0) {
1881 if (((he ^ thishe) & HSH_ADDR_MASK) == 0) {
1882 if (((op == GE_HASH_REMOVE) && (thishe & HSH_S)) ||
1883 ((op == GE_HASH_ADD) && (thishe & HSH_S) == 0))
1885 *he_p = thishe ^ HSH_S;
1897 if (maybe_he_p == NULL && (thishe & HSH_S)) {

Completed in 13 milliseconds