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:OPTION_UNSET
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
H
A
D
pch_gbe_param.c
12
#define
OPTION_UNSET
-1
macro
21
static int TxDescriptors =
OPTION_UNSET
;
30
static int RxDescriptors =
OPTION_UNSET
;
43
static int Speed =
OPTION_UNSET
;
55
static int Duplex =
OPTION_UNSET
;
76
static int AutoNeg =
OPTION_UNSET
;
97
static int FlowControl =
OPTION_UNSET
;
108
static int XsumRX =
OPTION_UNSET
;
121
static int XsumTX =
OPTION_UNSET
;
219
if (*value ==
OPTION_UNSET
) {
in pch_gbe_validate_option()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/
H
A
D
pch_gbe_param.c
12
#define
OPTION_UNSET
-1
macro
21
static int TxDescriptors =
OPTION_UNSET
;
30
static int RxDescriptors =
OPTION_UNSET
;
43
static int Speed =
OPTION_UNSET
;
55
static int Duplex =
OPTION_UNSET
;
76
static int AutoNeg =
OPTION_UNSET
;
97
static int FlowControl =
OPTION_UNSET
;
108
static int XsumRX =
OPTION_UNSET
;
121
static int XsumTX =
OPTION_UNSET
;
219
if (*value ==
OPTION_UNSET
) {
in pch_gbe_validate_option()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e_param.c
19
#define
OPTION_UNSET
-1
macro
27
#define ATL1E_PARAM_INIT { [0 ... ATL1E_MAX_NIC] =
OPTION_UNSET
}
109
if (*value ==
OPTION_UNSET
) {
in atl1e_validate_option()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e_param.c
19
#define
OPTION_UNSET
-1
macro
27
#define ATL1E_PARAM_INIT { [0 ... ATL1E_MAX_NIC] =
OPTION_UNSET
}
109
if (*value ==
OPTION_UNSET
) {
in atl1e_validate_option()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/
H
A
D
ixgb_param.c
14
#define
OPTION_UNSET
-1
macro
23
#define IXGB_PARAM_INIT { [0 ... IXGB_MAX_NIC] =
OPTION_UNSET
}
180
if (*value ==
OPTION_UNSET
) {
in ixgb_validate_option()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H
A
D
param.c
15
#define
OPTION_UNSET
-1
macro
29
#define E1000_PARAM_INIT { [0 ... E1000_MAX_NIC] =
OPTION_UNSET
}
167
if (*value ==
OPTION_UNSET
) {
in e1000_validate_option()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H
A
D
param.c
15
#define
OPTION_UNSET
-1
macro
29
#define E1000_PARAM_INIT { [0 ... E1000_MAX_NIC] =
OPTION_UNSET
}
165
if (*value ==
OPTION_UNSET
) {
in e1000_validate_option()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H
A
D
e1000_param.c
12
#define
OPTION_UNSET
-1
macro
21
#define E1000_PARAM_INIT { [0 ... E1000_MAX_NIC] =
OPTION_UNSET
}
187
if (*value ==
OPTION_UNSET
) {
in e1000_validate_option()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H
A
D
e1000_param.c
12
#define
OPTION_UNSET
-1
macro
21
#define E1000_PARAM_INIT { [0 ... E1000_MAX_NIC] =
OPTION_UNSET
}
185
if (*value ==
OPTION_UNSET
) {
in e1000_validate_option()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H
A
D
atl2.c
2779
#define
OPTION_UNSET
-1
macro
2787
#define ATL2_PARAM_INIT {[0 ... ATL2_MAX_NIC] =
OPTION_UNSET
}
2894
if (*value ==
OPTION_UNSET
) {
in atl2_validate_option()
H
A
D
atl1.c
84
#define
OPTION_UNSET
-1
macro
88
#define ATL1_PARAM_INIT { [0 ... ATL1_MAX_NIC] =
OPTION_UNSET
}
130
if (*value ==
OPTION_UNSET
) {
in atl1_validate_option()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H
A
D
atl2.c
2751
#define
OPTION_UNSET
-1
macro
2759
#define ATL2_PARAM_INIT {[0 ... ATL2_MAX_NIC] =
OPTION_UNSET
}
2866
if (*value ==
OPTION_UNSET
) {
in atl2_validate_option()
H
A
D
atl1.c
84
#define
OPTION_UNSET
-1
macro
88
#define ATL1_PARAM_INIT { [0 ... ATL1_MAX_NIC] =
OPTION_UNSET
}
130
if (*value ==
OPTION_UNSET
) {
in atl1_validate_option()
Completed in 19 milliseconds