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_jumbo_rxd
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_83xx_vnic.c
72
adapter->
max_jumbo_rxd
= MAX_JUMBO_RCV_DESCRIPTORS_10G;
in qlcnic_83xx_config_vnic_buff_descriptors()
77
adapter->
max_jumbo_rxd
= MAX_JUMBO_RCV_DESCRIPTORS_1G;
in qlcnic_83xx_config_vnic_buff_descriptors()
H
A
D
qlcnic_83xx_init.c
2329
adapter->
max_jumbo_rxd
= MAX_JUMBO_RCV_DESCRIPTORS_10G;
in qlcnic_83xx_config_buff_descriptors()
2334
adapter->
max_jumbo_rxd
= MAX_JUMBO_RCV_DESCRIPTORS_1G;
in qlcnic_83xx_config_buff_descriptors()
H
A
D
qlcnic_ethtool.c
644
ring->rx_jumbo_max_pending = adapter->
max_jumbo_rxd
;
in qlcnic_get_ringparam()
678
MIN_JUMBO_DESCRIPTORS, adapter->
max_jumbo_rxd
,
in qlcnic_set_ringparam()
H
A
D
qlcnic_main.c
1270
adapter->
max_jumbo_rxd
= MAX_JUMBO_RCV_DESCRIPTORS_10G;
in qlcnic_check_options()
1275
adapter->
max_jumbo_rxd
= MAX_JUMBO_RCV_DESCRIPTORS_1G;
in qlcnic_check_options()
H
A
D
qlcnic_sriov_common.c
353
adapter->
max_jumbo_rxd
= MAX_JUMBO_RCV_DESCRIPTORS_10G;
in qlcnic_sriov_vf_cfg_buff_desc()
H
A
D
qlcnic.h
1113
u16
max_jumbo_rxd
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_83xx_vnic.c
72
adapter->
max_jumbo_rxd
= MAX_JUMBO_RCV_DESCRIPTORS_10G;
in qlcnic_83xx_config_vnic_buff_descriptors()
77
adapter->
max_jumbo_rxd
= MAX_JUMBO_RCV_DESCRIPTORS_1G;
in qlcnic_83xx_config_vnic_buff_descriptors()
H
A
D
qlcnic_83xx_init.c
2329
adapter->
max_jumbo_rxd
= MAX_JUMBO_RCV_DESCRIPTORS_10G;
in qlcnic_83xx_config_buff_descriptors()
2334
adapter->
max_jumbo_rxd
= MAX_JUMBO_RCV_DESCRIPTORS_1G;
in qlcnic_83xx_config_buff_descriptors()
H
A
D
qlcnic_ethtool.c
646
ring->rx_jumbo_max_pending = adapter->
max_jumbo_rxd
;
in qlcnic_get_ringparam()
682
MIN_JUMBO_DESCRIPTORS, adapter->
max_jumbo_rxd
,
in qlcnic_set_ringparam()
H
A
D
qlcnic_main.c
1266
adapter->
max_jumbo_rxd
= MAX_JUMBO_RCV_DESCRIPTORS_10G;
in qlcnic_check_options()
1271
adapter->
max_jumbo_rxd
= MAX_JUMBO_RCV_DESCRIPTORS_1G;
in qlcnic_check_options()
H
A
D
qlcnic.h
1113
u16
max_jumbo_rxd
;
member
H
A
D
qlcnic_sriov_common.c
353
adapter->
max_jumbo_rxd
= MAX_JUMBO_RCV_DESCRIPTORS_10G;
in qlcnic_sriov_vf_cfg_buff_desc()
Completed in 36 milliseconds