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:max_other
(Results
1 - 25
of
48
) sorted by relevance
1
2
/kernel/linux/linux-5.10/net/ethtool/
H
A
D
channels.c
74
(channels->
max_other
&&
in channels_fill_reply()
76
channels->
max_other
) ||
in channels_fill_reply()
162
else if (channels.other_count > channels.
max_other
)
in ethnl_set_channels()
/kernel/linux/linux-6.6/net/ethtool/
H
A
D
channels.c
74
(channels->
max_other
&&
in channels_fill_reply()
76
channels->
max_other
) ||
in channels_fill_reply()
142
else if (channels.other_count > channels.
max_other
)
in ethnl_set_channels()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H
A
D
ethtool.h
28
* @
max_other
: Read only. Maximum number of other channel the driver support.
33
* @other_count: Valid values are in the range 1 to the
max_other
.
43
__u32
max_other
;
member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
ethtool.h
28
* @
max_other
: Read only. Maximum number of other channel the driver support.
33
* @other_count: Valid values are in the range 1 to the
max_other
.
43
__u32
max_other
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-ethtool.c
921
channels->
max_other
= queue_count + 1;
in dpaa2_eth_get_channels()
924
channels->
max_other
;
in dpaa2_eth_get_channels()
/kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/
H
A
D
gve_ethtool.c
368
cmd->
max_other
= 0;
in gve_get_channels()
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
qeth_ethtool.c
203
channels->
max_other
= 0;
in qeth_get_channels()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
xdp_hw_metadata.c
295
__u32
max_other
;
member
/kernel/linux/linux-6.6/drivers/s390/net/
H
A
D
qeth_ethtool.c
206
channels->
max_other
= 0;
in qeth_get_channels()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H
A
D
fm10k_ethtool.c
1120
ch->
max_other
= NON_Q_VECTORS;
in fm10k_get_channels()
1121
ch->other_count = ch->
max_other
;
in fm10k_get_channels()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/
H
A
D
fm10k_ethtool.c
1129
ch->
max_other
= NON_Q_VECTORS;
in fm10k_get_channels()
1130
ch->other_count = ch->
max_other
;
in fm10k_get_channels()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H
A
D
iavf_ethtool.c
918
ch->
max_other
= NONQ_VECS;
in iavf_get_channels()
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H
A
D
cpsw_ethtool.c
389
ch->
max_other
= 0;
in cpsw_get_channels()
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H
A
D
gve_ethtool.c
427
cmd->
max_other
= 0;
in gve_get_channels()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
ethtool.h
180
__u32
max_other
;
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
ethtool.h
530
* @
max_other
: Read only. Maximum number of other channel the driver support.
535
* @other_count: Valid values are in the range 1 to the
max_other
.
545
__u32
max_other
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
ethtool.h
541
* @
max_other
: Read only. Maximum number of other channel the driver support.
546
* @other_count: Valid values are in the range 1 to the
max_other
.
556
__u32
max_other
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H
A
D
cpsw_ethtool.c
391
ch->
max_other
= 0;
in cpsw_get_channels()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
ethtool.h
186
__u32
max_other
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
ethtool.h
186
__u32
max_other
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_net_ethtool.c
1416
channel->
max_other
= NFP_NET_NON_Q_VECTORS;
in nfp_net_get_channels()
/kernel/linux/linux-6.6/drivers/net/vmxnet3/
H
A
D
vmxnet3_ethtool.c
1343
ec->
max_other
= ec->other_count;
in vmxnet3_get_channels()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H
A
D
igc_ethtool.c
1443
ch->
max_other
= NON_Q_VECTORS;
in igc_ethtool_get_channels()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H
A
D
iavf_ethtool.c
1833
ch->
max_other
= NONQ_VECS;
in iavf_get_channels()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_net_ethtool.c
1823
channel->
max_other
= NFP_NET_NON_Q_VECTORS;
in nfp_net_get_channels()
Completed in 43 milliseconds
1
2