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:patch_level
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/
H
A
D
enic_main.c
195
enic->vxlan.
patch_level
);
in enic_udp_tunnel_set_port()
1377
switch (enic->vxlan.
patch_level
) {
in enic_rq_indicate_buf()
2920
u64
patch_level
;
in enic_probe()
local
2932
* BIT(0) = fw supports
patch_level
0
in enic_probe()
2936
* BIT(2) = fw supports
patch_level
2
in enic_probe()
2944
&
patch_level
, &a1);
in enic_probe()
2946
patch_level
= 0;
in enic_probe()
2950
patch_level
&= BIT_ULL(0) | BIT_ULL(2);
in enic_probe()
2951
patch_level
= fls(
patch_level
);
in enic_probe()
[all...]
H
A
D
enic.h
140
u8
patch_level
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/
H
A
D
enic_main.c
195
enic->vxlan.
patch_level
);
in enic_udp_tunnel_set_port()
1377
switch (enic->vxlan.
patch_level
) {
in enic_rq_indicate_buf()
2904
u64
patch_level
;
in enic_probe()
local
2916
* BIT(0) = fw supports
patch_level
0
in enic_probe()
2920
* BIT(2) = fw supports
patch_level
2
in enic_probe()
2928
&
patch_level
, &a1);
in enic_probe()
2930
patch_level
= 0;
in enic_probe()
2934
patch_level
&= BIT_ULL(0) | BIT_ULL(2);
in enic_probe()
2935
patch_level
= fls(
patch_level
);
in enic_probe()
[all...]
H
A
D
enic.h
127
u8
patch_level
;
member
Completed in 14 milliseconds