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:cmpl_cnt
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H
A
D
vxge-traffic.c
1308
++ring->
cmpl_cnt
;
in vxge_hw_ring_rxd_next_completed()
2362
ring->
cmpl_cnt
= 0;
in vxge_hw_vpath_poll_rx()
2369
if (ring->
cmpl_cnt
!= 0) {
in vxge_hw_vpath_poll_rx()
2370
ring->doorbell_cnt += ring->
cmpl_cnt
;
in vxge_hw_vpath_poll_rx()
H
A
D
vxge-config.h
900
* @
cmpl_cnt
: Completion counter. Is reset to zero upon entering the ISR.
929
u32
cmpl_cnt
;
member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_os.c
7294
u32
cmpl_cnt
;
in qla_do_heartbeat()
local
7302
cmpl_cnt
= ha->base_qpair->cmd_completion_cnt;
in qla_do_heartbeat()
7303
if (
cmpl_cnt
== ha->base_qpair->prev_completion_cnt &&
in qla_do_heartbeat()
7304
cmpl_cnt
!= ha->base_qpair->cmd_cnt) {
in qla_do_heartbeat()
7308
ha->base_qpair->prev_completion_cnt =
cmpl_cnt
;
in qla_do_heartbeat()
7312
cmpl_cnt
= ha->queue_pair_map[i]->cmd_completion_cnt;
in qla_do_heartbeat()
7313
if (
cmpl_cnt
== ha->queue_pair_map[i]->prev_completion_cnt &&
in qla_do_heartbeat()
7314
cmpl_cnt
!= ha->queue_pair_map[i]->cmd_cnt) {
in qla_do_heartbeat()
7318
ha->queue_pair_map[i]->prev_completion_cnt =
cmpl_cnt
;
in qla_do_heartbeat()
Completed in 13 milliseconds