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:refill_count
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H
A
D
octeon_droq.c
135
droq->
refill_count
= 0;
in octeon_droq_reset_indices()
411
droq->
refill_count
--;
in octeon_droq_refill_pullup_descs()
441
while (droq->
refill_count
&& (desc_refilled < droq->max_count)) {
in octeon_droq_refill()
479
droq->
refill_count
--;
in octeon_droq_refill()
482
if (droq->
refill_count
)
in octeon_droq_refill()
486
/* if droq->
refill_count
in octeon_droq_refill()
588
droq->
refill_count
+= buf_cnt;
in octeon_droq_drop_packets()
635
droq->
refill_count
+= buf_cnt;
in octeon_droq_fast_process_packets()
650
droq->
refill_count
++;
in octeon_droq_fast_process_packets()
684
droq->
refill_count
in octeon_droq_fast_process_packets()
[all...]
H
A
D
octeon_droq.h
277
u32
refill_count
;
member
284
*
refill_count
reaches this value, the DROQ cannot accept a max-sized
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H
A
D
octeon_droq.c
136
droq->
refill_count
= 0;
in octeon_droq_reset_indices()
413
droq->
refill_count
--;
in octeon_droq_refill_pullup_descs()
443
while (droq->
refill_count
&& (desc_refilled < droq->max_count)) {
in octeon_droq_refill()
481
droq->
refill_count
--;
in octeon_droq_refill()
484
if (droq->
refill_count
)
in octeon_droq_refill()
488
/* if droq->
refill_count
in octeon_droq_refill()
590
droq->
refill_count
+= buf_cnt;
in octeon_droq_drop_packets()
637
droq->
refill_count
+= buf_cnt;
in octeon_droq_fast_process_packets()
652
droq->
refill_count
++;
in octeon_droq_fast_process_packets()
686
droq->
refill_count
in octeon_droq_fast_process_packets()
[all...]
H
A
D
octeon_droq.h
277
u32
refill_count
;
member
284
*
refill_count
reaches this value, the DROQ cannot accept a max-sized
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/
H
A
D
octep_rx.c
19
oq->
refill_count
= 0;
in octep_oq_reset_indices()
86
for (i = 0; i < oq->
refill_count
; i++) {
in octep_oq_refill()
110
oq->
refill_count
-= i;
in octep_oq_refill()
456
oq->
refill_count
+= desc_used;
in __octep_oq_process_rx()
497
if (oq->
refill_count
>= oq->refill_threshold) {
in octep_oq_process_rx()
H
A
D
octep_rx.h
179
u32
refill_count
;
member
/kernel/linux/linux-5.10/drivers/staging/qlge/
H
A
D
qlge_main.c
1092
int
refill_count
;
in qlge_refill_bq()
local
1096
refill_count
= QLGE_BQ_WRAP(QLGE_BQ_ALIGN(bq->next_to_clean - 1) -
in qlge_refill_bq()
1098
if (!
refill_count
)
in qlge_refill_bq()
1126
refill_count
--;
in qlge_refill_bq()
1127
} while (
refill_count
);
in qlge_refill_bq()
/kernel/linux/linux-6.6/drivers/staging/qlge/
H
A
D
qlge_main.c
1088
int
refill_count
;
in qlge_refill_bq()
local
1092
refill_count
= QLGE_BQ_WRAP(QLGE_BQ_ALIGN(bq->next_to_clean - 1) -
in qlge_refill_bq()
1094
if (!
refill_count
)
in qlge_refill_bq()
1122
refill_count
--;
in qlge_refill_bq()
1123
} while (
refill_count
);
in qlge_refill_bq()
Completed in 15 milliseconds