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:tsend
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc_sli/
H
A
D
sli4.c
2030
struct sli4_fcp_tsend64_wqe *
tsend
= buf;
in sli_fcp_tsend64_wqe()
local
2044
bptr = &
tsend
->bde;
in sli_fcp_tsend64_wqe()
2046
tsend
->ll_qd_xbl_hlm_iod_dbde &= ~SLI4_TSEND_WQE_XBL;
in sli_fcp_tsend64_wqe()
2048
tsend
->ll_qd_xbl_hlm_iod_dbde |= SLI4_TSEND_WQE_DBDE;
in sli_fcp_tsend64_wqe()
2061
tsend
->ll_qd_xbl_hlm_iod_dbde |= SLI4_TSEND_WQE_XBL;
in sli_fcp_tsend64_wqe()
2066
tsend
->ll_qd_xbl_hlm_iod_dbde |= SLI4_TSEND_WQE_DBDE;
in sli_fcp_tsend64_wqe()
2092
tsend
->relative_offset = cpu_to_le32(params->offset);
in sli_fcp_tsend64_wqe()
2095
tsend
->dw10byte2 |= SLI4_TSEND_XC;
in sli_fcp_tsend64_wqe()
2097
tsend
->xri_tag = cpu_to_le16(params->xri);
in sli_fcp_tsend64_wqe()
2099
tsend
in sli_fcp_tsend64_wqe()
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
lpc32xx_udc.c
1445
u32
tsend
, ts = 0;
in udc_ep0_in_req()
local
1454
tsend
= ts = req->req.length - req->req.actual;
in udc_ep0_in_req()
1469
if (
tsend
>= ep0->ep.maxpacket)
in udc_ep0_in_req()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
lpc32xx_udc.c
1444
u32
tsend
, ts = 0;
in udc_ep0_in_req()
local
1453
tsend
= ts = req->req.length - req->req.actual;
in udc_ep0_in_req()
1468
if (
tsend
>= ep0->ep.maxpacket)
in udc_ep0_in_req()
Completed in 12 milliseconds