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:vid_le
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
H
A
D
dwc-xlgmac-hw.c
193
static u32 xlgmac_vid_crc32_le(__le16
vid_le
)
in xlgmac_vid_crc32_le()
argument
195
unsigned char *data = (unsigned char *)&
vid_le
;
in xlgmac_vid_crc32_le()
220
__le16
vid_le
;
in xlgmac_update_vlan_hash_table()
local
228
vid_le
= cpu_to_le16(vid);
in xlgmac_update_vlan_hash_table()
229
crc = bitrev32(~xlgmac_vid_crc32_le(
vid_le
)) >> 28;
in xlgmac_update_vlan_hash_table()
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/
H
A
D
dwc-xlgmac-hw.c
193
static u32 xlgmac_vid_crc32_le(__le16
vid_le
)
in xlgmac_vid_crc32_le()
argument
195
unsigned char *data = (unsigned char *)&
vid_le
;
in xlgmac_vid_crc32_le()
220
__le16
vid_le
;
in xlgmac_update_vlan_hash_table()
local
228
vid_le
= cpu_to_le16(vid);
in xlgmac_update_vlan_hash_table()
229
crc = bitrev32(~xlgmac_vid_crc32_le(
vid_le
)) >> 28;
in xlgmac_update_vlan_hash_table()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-dev.c
896
static u32 xgbe_vid_crc32_le(__le16
vid_le
)
in xgbe_vid_crc32_le()
argument
900
unsigned char *data = (unsigned char *)&
vid_le
;
in xgbe_vid_crc32_le()
924
__le16
vid_le
;
in xgbe_update_vlan_hash_table()
local
930
vid_le
= cpu_to_le16(vid);
in xgbe_update_vlan_hash_table()
931
crc = bitrev32(~xgbe_vid_crc32_le(
vid_le
)) >> 28;
in xgbe_update_vlan_hash_table()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-dev.c
899
static u32 xgbe_vid_crc32_le(__le16
vid_le
)
in xgbe_vid_crc32_le()
argument
903
unsigned char *data = (unsigned char *)&
vid_le
;
in xgbe_vid_crc32_le()
927
__le16
vid_le
;
in xgbe_update_vlan_hash_table()
local
933
vid_le
= cpu_to_le16(vid);
in xgbe_update_vlan_hash_table()
934
crc = bitrev32(~xgbe_vid_crc32_le(
vid_le
)) >> 28;
in xgbe_update_vlan_hash_table()
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac_main.c
4638
static u32 stmmac_vid_crc32_le(__le16
vid_le
)
in stmmac_vid_crc32_le()
argument
4640
unsigned char *data = (unsigned char *)&
vid_le
;
in stmmac_vid_crc32_le()
4670
__le16
vid_le
= cpu_to_le16(vid);
in stmmac_vlan_update()
local
4671
crc = bitrev32(~stmmac_vid_crc32_le(
vid_le
)) >> 28;
in stmmac_vlan_update()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac_main.c
6464
static u32 stmmac_vid_crc32_le(__le16
vid_le
)
in stmmac_vid_crc32_le()
argument
6466
unsigned char *data = (unsigned char *)&
vid_le
;
in stmmac_vid_crc32_le()
6496
__le16
vid_le
= cpu_to_le16(vid);
in stmmac_vlan_update()
local
6497
crc = bitrev32(~stmmac_vid_crc32_le(
vid_le
)) >> 28;
in stmmac_vlan_update()
Completed in 31 milliseconds