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:processed_cqe
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_txrx.c
306
int
processed_cqe
= 0;
in otx2_rx_napi_handler()
local
309
while (likely(
processed_cqe
< budget)) {
in otx2_rx_napi_handler()
313
if (!
processed_cqe
)
in otx2_rx_napi_handler()
324
processed_cqe
++;
in otx2_rx_napi_handler()
329
((u64)cq->cq_idx << 32) |
processed_cqe
);
in otx2_rx_napi_handler()
355
return
processed_cqe
;
in otx2_rx_napi_handler()
363
int
processed_cqe
= 0;
in otx2_tx_napi_handler()
local
365
while (likely(
processed_cqe
< budget)) {
in otx2_tx_napi_handler()
368
if (!
processed_cqe
)
in otx2_tx_napi_handler()
376
processed_cqe
in otx2_tx_napi_handler()
909
int
processed_cqe
= 0;
otx2_cleanup_rx_cqes()
local
936
int
processed_cqe
= 0;
otx2_cleanup_tx_cqes()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_txrx.c
394
int
processed_cqe
= 0;
in otx2_rx_napi_handler()
local
403
while (likely(
processed_cqe
< budget) && cq->pend_cqe) {
in otx2_rx_napi_handler()
407
if (!
processed_cqe
)
in otx2_rx_napi_handler()
418
processed_cqe
++;
in otx2_rx_napi_handler()
426
((u64)cq->cq_idx << 32) |
processed_cqe
);
in otx2_rx_napi_handler()
428
return
processed_cqe
;
in otx2_rx_napi_handler()
453
int
processed_cqe
= 0;
in otx2_tx_napi_handler()
local
465
while (likely(
processed_cqe
< budget) && cq->pend_cqe) {
in otx2_tx_napi_handler()
468
if (!
processed_cqe
)
in otx2_tx_napi_handler()
482
processed_cqe
in otx2_tx_napi_handler()
1214
int
processed_cqe
= 0;
otx2_cleanup_rx_cqes()
local
1255
int
processed_cqe
= 0;
otx2_cleanup_tx_cqes()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_main.c
851
int
processed_cqe
, work_done = 0, tx_done = 0;
in nicvf_cq_intr_handler()
local
865
processed_cqe
= 0;
in nicvf_cq_intr_handler()
876
while (
processed_cqe
< cqe_count) {
in nicvf_cq_intr_handler()
909
processed_cqe
++;
in nicvf_cq_intr_handler()
914
cq_idx,
processed_cqe
);
in nicvf_cq_intr_handler()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_main.c
848
int
processed_cqe
, work_done = 0, tx_done = 0;
in nicvf_cq_intr_handler()
local
862
processed_cqe
= 0;
in nicvf_cq_intr_handler()
873
while (
processed_cqe
< cqe_count) {
in nicvf_cq_intr_handler()
906
processed_cqe
++;
in nicvf_cq_intr_handler()
911
cq_idx,
processed_cqe
);
in nicvf_cq_intr_handler()
Completed in 8 milliseconds