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:rxq_depth
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H
A
D
bnad_ethtool.c
411
ringparam->rx_pending = bnad->
rxq_depth
;
in bnad_get_ringparam()
424
if (ringparam->rx_pending == bnad->
rxq_depth
&&
in bnad_set_ringparam()
443
if (ringparam->rx_pending != bnad->
rxq_depth
) {
in bnad_set_ringparam()
444
bnad->
rxq_depth
= ringparam->rx_pending;
in bnad_set_ringparam()
H
A
D
bnad.h
299
u32
rxq_depth
;
member
H
A
D
bnad.c
2070
rx_config->q0_depth = bnad->
rxq_depth
* rx_config->q0_num_vecs;
in bnad_init_rx_config()
2075
rx_config->q0_depth = bnad->
rxq_depth
;
in bnad_init_rx_config()
2080
rx_config->q1_depth = bnad->
rxq_depth
;
in bnad_init_rx_config()
3494
bnad->
rxq_depth
= BNAD_RXQ_DEPTH;
in bnad_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H
A
D
bnad_ethtool.c
417
ringparam->rx_pending = bnad->
rxq_depth
;
in bnad_get_ringparam()
432
if (ringparam->rx_pending == bnad->
rxq_depth
&&
in bnad_set_ringparam()
451
if (ringparam->rx_pending != bnad->
rxq_depth
) {
in bnad_set_ringparam()
452
bnad->
rxq_depth
= ringparam->rx_pending;
in bnad_set_ringparam()
H
A
D
bnad.h
299
u32
rxq_depth
;
member
H
A
D
bnad.c
2068
rx_config->q0_depth = bnad->
rxq_depth
* rx_config->q0_num_vecs;
in bnad_init_rx_config()
2073
rx_config->q0_depth = bnad->
rxq_depth
;
in bnad_init_rx_config()
2078
rx_config->q1_depth = bnad->
rxq_depth
;
in bnad_init_rx_config()
3488
bnad->
rxq_depth
= BNAD_RXQ_DEPTH;
in bnad_init()
Completed in 13 milliseconds