Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hi_hash_dword
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_82599.c
1278
common_hash ^=
hi_hash_dword
>> n; \
1280
bucket_hash ^=
hi_hash_dword
>> n; \
1282
sig_hash ^=
hi_hash_dword
<< (16 - n); \
1299
u32
hi_hash_dword
, lo_hash_dword, flow_vm_vlan;
in ixgbe_atr_compute_sig_hash_82599()
local
1306
hi_hash_dword
= ntohl(common.dword);
in ixgbe_atr_compute_sig_hash_82599()
1309
lo_hash_dword = (
hi_hash_dword
>> 16) | (
hi_hash_dword
<< 16);
in ixgbe_atr_compute_sig_hash_82599()
1312
hi_hash_dword
^= flow_vm_vlan ^ (flow_vm_vlan >> 16);
in ixgbe_atr_compute_sig_hash_82599()
1419
bucket_hash ^=
hi_hash_dword
>> n; \
1437
u32
hi_hash_dword
, lo_hash_dwor
in ixgbe_atr_compute_perfect_hash_82599()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_82599.c
1278
common_hash ^=
hi_hash_dword
>> n; \
1280
bucket_hash ^=
hi_hash_dword
>> n; \
1282
sig_hash ^=
hi_hash_dword
<< (16 - n); \
1299
u32
hi_hash_dword
, lo_hash_dword, flow_vm_vlan;
in ixgbe_atr_compute_sig_hash_82599()
local
1306
hi_hash_dword
= ntohl(common.dword);
in ixgbe_atr_compute_sig_hash_82599()
1309
lo_hash_dword = (
hi_hash_dword
>> 16) | (
hi_hash_dword
<< 16);
in ixgbe_atr_compute_sig_hash_82599()
1312
hi_hash_dword
^= flow_vm_vlan ^ (flow_vm_vlan >> 16);
in ixgbe_atr_compute_sig_hash_82599()
1419
bucket_hash ^=
hi_hash_dword
>> n; \
1437
u32
hi_hash_dword
, lo_hash_dwor
in ixgbe_atr_compute_perfect_hash_82599()
local
[all...]
Completed in 4 milliseconds