OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Oct 20 20:10:13 GMT 2025