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:fill_threshold
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/octeon/
H
A
D
ethernet-rx.h
12
static inline void cvm_oct_rx_refill_pool(int
fill_threshold
)
in cvm_oct_rx_refill_pool()
argument
20
if (number_to_free >
fill_threshold
) {
in cvm_oct_rx_refill_pool()
/kernel/linux/linux-6.6/drivers/staging/octeon/
H
A
D
ethernet-rx.h
12
static inline void cvm_oct_rx_refill_pool(int
fill_threshold
)
in cvm_oct_rx_refill_pool()
argument
20
if (number_to_free >
fill_threshold
) {
in cvm_oct_rx_refill_pool()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/
H
A
D
octep_tx.h
216
u32
fill_threshold
;
member
H
A
D
octep_tx.c
195
iq->
fill_threshold
= CFG_GET_IQ_DB_MIN(oct->conf);
in octep_setup_iq()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H
A
D
octeon_iq.h
153
u32
fill_threshold
;
member
H
A
D
request_manager.c
113
iq->
fill_threshold
= (u32)conf->db_min;
in octeon_init_instr_queue()
H
A
D
lio_ethtool.c
2145
intr_coal->tx_max_coalesced_frames = iq->
fill_threshold
;
in lio_get_intr_coalesce()
2432
oct->instr_queue[q_no]->
fill_threshold
=
in lio_set_intr_coalesce()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H
A
D
octeon_iq.h
153
u32
fill_threshold
;
member
H
A
D
request_manager.c
104
iq->
fill_threshold
= (u32)conf->db_min;
in octeon_init_instr_queue()
H
A
D
lio_ethtool.c
2153
intr_coal->tx_max_coalesced_frames = iq->
fill_threshold
;
in lio_get_intr_coalesce()
2442
oct->instr_queue[q_no]->
fill_threshold
=
in lio_set_intr_coalesce()
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_txrx.c
421
unsigned int
fill_threshold
;
in ionic_rx_fill()
local
432
fill_threshold
= min_t(unsigned int, IONIC_RX_FILL_THRESHOLD,
in ionic_rx_fill()
434
if (n_fill <
fill_threshold
)
in ionic_rx_fill()
Completed in 15 milliseconds