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:rq_offset
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/include/uapi/rdma/
H
A
D
erdma-abi.h
36
__u32
rq_offset
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H
A
D
erdma_verbs.c
870
u32
rq_offset
;
in init_user_qp()
local
883
rq_offset
= ALIGN(qp->attrs.sq_size << SQEBB_SHIFT, ERDMA_HW_PAGE_SIZE);
in init_user_qp()
884
qp->user_qp.
rq_offset
=
rq_offset
;
in init_user_qp()
886
ret = get_mtt_entries(qp->dev, &qp->user_qp.rq_mem, va +
rq_offset
,
in init_user_qp()
887
qp->attrs.rq_size << RQE_SHIFT, 0, va +
rq_offset
,
in init_user_qp()
975
uresp.
rq_offset
= qp->user_qp.
rq_offset
;
in erdma_create_qp()
H
A
D
erdma_verbs.h
148
u32
rq_offset
;
member
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
misc.c
985
*offset = (page == 0) ? rqst->
rq_offset
: 0;
in rqst_page_get_length()
990
*len = rqst->rq_pagesz - rqst->
rq_offset
;
in rqst_page_get_length()
H
A
D
transport.c
290
* sure
rq_offset
and rq_tailsz are set correctly. If a buffer of
in smb_rqst_len()
300
* buffer length based on
rq_offset
and rq_tailsz
in smb_rqst_len()
303
rqst->
rq_offset
;
in smb_rqst_len()
H
A
D
cifsglob.h
195
unsigned int
rq_offset
; /* the offset to the 1st page */
member
H
A
D
smb2ops.c
4415
new_rq[i].
rq_offset
= old_rq[i - 1].
rq_offset
;
in smb3_init_transform_rq()
H
A
D
smb2pdu.c
3941
rqst.
rq_offset
= rdata->page_offset;
in smb2_readv_callback()
4343
rqst.
rq_offset
= wdata->page_offset;
in smb2_async_writev()
H
A
D
cifssmb.c
1627
.
rq_offset
= rdata->page_offset,
in cifs_readv_callback()
2246
rqst.
rq_offset
= wdata->page_offset;
in cifs_async_writev()
Completed in 31 milliseconds