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:vlins
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac_selftests.c
1176
if (!priv->dma_cap.
vlins
)
in stmmac_test_desc_sai()
1198
if (!priv->dma_cap.
vlins
)
in stmmac_test_desc_sar()
1219
if (!priv->dma_cap.
vlins
)
in stmmac_test_reg_sai()
1242
if (!priv->dma_cap.
vlins
)
in stmmac_test_reg_sar()
1266
if (!priv->dma_cap.
vlins
)
in stmmac_test_vlanoff_common()
H
A
D
common.h
376
unsigned int
vlins
;
member
H
A
D
dwmac4_dma.c
364
dma_cap->
vlins
= (hw_cap & GMAC_HW_FEAT_SAVLANINS) >> 27;
in dwmac4_get_hw_feature()
H
A
D
dwxgmac2_dma.c
375
dma_cap->
vlins
= (hw_cap & XGMAC_HWFEAT_SAVLANINS) >> 27;
in dwxgmac2_get_hw_feature()
H
A
D
stmmac_main.c
2819
if (priv->dma_cap.
vlins
)
in stmmac_hw_setup()
3071
if (!priv->dma_cap.
vlins
)
in stmmac_vlan_insert()
4565
priv->dma_cap.
vlins
? "Y" : "N");
in stmmac_dma_cap_show()
5126
if (priv->dma_cap.
vlins
) {
in stmmac_dvr_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac_selftests.c
1176
if (!priv->dma_cap.
vlins
)
in stmmac_test_desc_sai()
1198
if (!priv->dma_cap.
vlins
)
in stmmac_test_desc_sar()
1219
if (!priv->dma_cap.
vlins
)
in stmmac_test_reg_sai()
1242
if (!priv->dma_cap.
vlins
)
in stmmac_test_reg_sar()
1266
if (!priv->dma_cap.
vlins
)
in stmmac_test_vlanoff_common()
H
A
D
common.h
469
unsigned int
vlins
;
member
H
A
D
dwxgmac2_dma.c
398
dma_cap->
vlins
= (hw_cap & XGMAC_HWFEAT_SAVLANINS) >> 27;
in dwxgmac2_get_hw_feature()
H
A
D
dwmac4_dma.c
401
dma_cap->
vlins
= (hw_cap & GMAC_HW_FEAT_SAVLANINS) >> 27;
in dwmac4_get_hw_feature()
H
A
D
stmmac_main.c
3437
if (priv->dma_cap.
vlins
)
in stmmac_hw_setup()
4001
if (!priv->dma_cap.
vlins
)
in stmmac_vlan_insert()
6344
priv->dma_cap.
vlins
? "Y" : "N");
in stmmac_dma_cap_show()
7516
if (priv->dma_cap.
vlins
) {
in stmmac_dvr_probe()
Completed in 26 milliseconds