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:bytes_unsent
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H
A
D
siw_qp_tx.c
433
unsigned int data_len = c_tx->
bytes_unsent
, hdr_len = 0, trl_len = 0,
in siw_tx_hdt()
501
wqe->processed -= c_tx->
bytes_unsent
;
in siw_tx_hdt()
554
wqe->processed -= c_tx->
bytes_unsent
;
in siw_tx_hdt()
589
data_len = c_tx->
bytes_unsent
;
in siw_tx_hdt()
633
c_tx->
bytes_unsent
= 0;
in siw_tx_hdt()
649
c_tx->
bytes_unsent
-= rv;
in siw_tx_hdt()
732
c_tx->
bytes_unsent
= data_len;
in siw_prepare_fpdu()
1094
qp->tx_ctx.
bytes_unsent
);
in siw_qp_sq_process()
H
A
D
siw.h
394
int
bytes_unsent
; /* ddp payload bytes */
member
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H
A
D
siw_qp_tx.c
445
unsigned int data_len = c_tx->
bytes_unsent
, hdr_len = 0, trl_len = 0,
in siw_tx_hdt()
514
wqe->processed -= c_tx->
bytes_unsent
;
in siw_tx_hdt()
563
wqe->processed -= c_tx->
bytes_unsent
;
in siw_tx_hdt()
598
data_len = c_tx->
bytes_unsent
;
in siw_tx_hdt()
642
c_tx->
bytes_unsent
= 0;
in siw_tx_hdt()
658
c_tx->
bytes_unsent
-= rv;
in siw_tx_hdt()
741
c_tx->
bytes_unsent
= data_len;
in siw_prepare_fpdu()
1103
qp->tx_ctx.
bytes_unsent
);
in siw_qp_sq_process()
H
A
D
siw.h
395
int
bytes_unsent
; /* ddp payload bytes */
member
Completed in 6 milliseconds