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:TxWords
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/
H
A
D
libfc.h
224
* @
TxWords
: Number of transmitted words
247
u64
TxWords
;
member
/kernel/linux/linux-6.6/include/scsi/
H
A
D
libfc.h
224
* @
TxWords
: Number of transmitted words
247
u64
TxWords
;
member
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H
A
D
fcoe.c
1591
stats->
TxWords
+= wlen;
in fcoe_xmit()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H
A
D
fc_lport.c
315
fc_stats->tx_words += stats->
TxWords
;
in fc_get_host_stats()
/kernel/linux/linux-5.10/drivers/message/fusion/lsi/
H
A
D
mpi_cnfg.h
1998
U64
TxWords
; /* 20h */
member
/kernel/linux/linux-6.6/drivers/message/fusion/lsi/
H
A
D
mpi_cnfg.h
1998
U64
TxWords
; /* 20h */
member
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H
A
D
fcoe.c
1587
this_cpu_add(lport->stats->
TxWords
, wlen);
in fcoe_xmit()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H
A
D
fc_lport.c
318
fc_stats->tx_words += READ_ONCE(stats->
TxWords
);
in fc_get_host_stats()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
402
stats->
TxWords
+= wlen;
in bnx2fc_xmit()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
402
this_cpu_add(lport->stats->
TxWords
, wlen);
in bnx2fc_xmit()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf_main.c
1220
stats->
TxWords
+= wlen;
in qedf_xmit()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf_main.c
1219
this_cpu_add(lport->stats->
TxWords
, wlen);
in qedf_xmit()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
chip.c
5115
[C_TX_WORDS] = TXE64_PORT_CNTR_ELEM(
TxWords
, SEND_DWORD_CNT, CNTR_NORMAL),
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
chip.c
5075
[C_TX_WORDS] = TXE64_PORT_CNTR_ELEM(
TxWords
, SEND_DWORD_CNT, CNTR_NORMAL),
Completed in 120 milliseconds