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:vxn
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-main.c
359
if (pdata->hw_feat.
vxn
) {
in xgbe_config_netdev()
H
A
D
xgbe.h
978
unsigned int
vxn
; /* VXLAN/NVGRE */
member
H
A
D
xgbe-drv.c
773
hw_feat->
vxn
= XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, VXN);
in xgbe_get_all_hw_features()
879
hw_feat->
vxn
? "yes" : "no");
in xgbe_get_all_hw_features()
2212
if (!pdata->hw_feat.
vxn
)
in xgbe_fix_features()
H
A
D
xgbe-dev.c
494
if (!pdata->hw_feat.
vxn
)
in xgbe_enable_vxlan()
512
if (!pdata->hw_feat.
vxn
)
in xgbe_disable_vxlan()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-main.c
359
if (pdata->hw_feat.
vxn
) {
in xgbe_config_netdev()
H
A
D
xgbe-drv.c
773
hw_feat->
vxn
= XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, VXN);
in xgbe_get_all_hw_features()
879
hw_feat->
vxn
? "yes" : "no");
in xgbe_get_all_hw_features()
2205
if (!pdata->hw_feat.
vxn
)
in xgbe_fix_features()
H
A
D
xgbe.h
1010
unsigned int
vxn
; /* VXLAN/NVGRE */
member
H
A
D
xgbe-dev.c
494
if (!pdata->hw_feat.
vxn
)
in xgbe_enable_vxlan()
512
if (!pdata->hw_feat.
vxn
)
in xgbe_disable_vxlan()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
common.h
502
unsigned int
vxn
;
member
H
A
D
dwxgmac2_dma.c
397
dma_cap->
vxn
= (hw_cap & XGMAC_HWFEAT_VXN) >> 29;
in dwxgmac2_get_hw_feature()
H
A
D
stmmac_main.c
6399
priv->dma_cap.
vxn
? "Y" : "N");
in stmmac_dma_cap_show()
Completed in 36 milliseconds