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:mtt_nents
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H
A
D
erdma_verbs.c
27
if (mem->
mtt_nents
> ERDMA_MAX_INLINE_MTT_ENTRIES) {
in assemble_qbuf_mtt_for_cmd()
33
memcpy(addr1, mtt->buf + 1, MTT_SIZE(mem->
mtt_nents
- 1));
in assemble_qbuf_mtt_for_cmd()
99
user_qp->sq_mem.
mtt_nents
);
in create_qp_cmd()
103
user_qp->rq_mem.
mtt_nents
);
in create_qp_cmd()
219
if (mem->
mtt_nents
== 1) {
in create_cq_cmd()
233
mem->
mtt_nents
);
in create_cq_cmd()
771
mem->
mtt_nents
= ib_umem_num_dma_blocks(mem->umem, mem->page_size);
in get_mtt_entries()
772
mem->page_cnt = mem->
mtt_nents
;
in get_mtt_entries()
1121
if (mr->mem.
mtt_nents
>= mr->mem.page_cnt)
in erdma_set_page()
1124
mr->mem.mtt->buf[mr->mem.
mtt_nents
]
in erdma_set_page()
[all...]
H
A
D
erdma_qp.c
406
mr->mem.
mtt_nents
);
in erdma_push_one_sqe()
408
if (mr->mem.
mtt_nents
<= ERDMA_MAX_INLINE_MTT_ENTRIES) {
in erdma_push_one_sqe()
413
mr->mem.mtt->buf, MTT_SIZE(mr->mem.
mtt_nents
));
in erdma_push_one_sqe()
415
MTT_SIZE(mr->mem.
mtt_nents
);
in erdma_push_one_sqe()
H
A
D
erdma_verbs.h
118
u32
mtt_nents
;
member
Completed in 4 milliseconds