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:mthca_next_seg
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H
A
D
mthca_srq.c
94
return (int *) (wqe + offsetof(struct
mthca_next_seg
, imm));
in wqe_to_link()
183
struct
mthca_next_seg
*next;
in mthca_alloc_srq_buf()
195
for (scatter = wqe + sizeof (struct
mthca_next_seg
);
in mthca_alloc_srq_buf()
229
roundup_pow_of_two(sizeof (struct
mthca_next_seg
) +
in mthca_alloc_srq()
468
struct
mthca_next_seg
*last_free;
in mthca_free_srq_wqe()
517
((struct
mthca_next_seg
*) wqe)->ee_nds = 0;
in mthca_tavor_post_srq_recv()
520
wqe += sizeof (struct
mthca_next_seg
);
in mthca_tavor_post_srq_recv()
537
((struct
mthca_next_seg
*) prev_wqe)->ee_nds =
in mthca_tavor_post_srq_recv()
604
((struct
mthca_next_seg
*) wqe)->ee_nds = 0;
in mthca_arbel_post_srq_recv()
607
wqe += sizeof (struct
mthca_next_seg
);
in mthca_arbel_post_srq_recv()
[all...]
H
A
D
mthca_qp.c
934
int max_data_size = desc_sz - sizeof (struct
mthca_next_seg
);
in mthca_max_data_size()
976
sizeof (struct
mthca_next_seg
)) /
in mthca_adjust_qp_caps()
995
size = sizeof (struct
mthca_next_seg
) +
in mthca_alloc_wqe_buf()
1040
size += sizeof (struct
mthca_next_seg
);
in mthca_alloc_wqe_buf()
1169
struct
mthca_next_seg
*next;
in mthca_alloc_qp_common()
1213
int size = (sizeof (struct
mthca_next_seg
) +
in mthca_alloc_qp_common()
1667
((struct
mthca_next_seg
*) wqe)->nda_op = 0;
in mthca_tavor_post_send()
1668
((struct
mthca_next_seg
*) wqe)->ee_nds = 0;
in mthca_tavor_post_send()
1669
((struct
mthca_next_seg
*) wqe)->flags =
in mthca_tavor_post_send()
1677
((struct
mthca_next_seg
*) wq
in mthca_tavor_post_send()
[all...]
H
A
D
mthca_wqe.h
57
struct
mthca_next_seg
{
struct
H
A
D
mthca_main.c
209
sizeof (struct
mthca_next_seg
) -
in mthca_dev_lim()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H
A
D
mthca_srq.c
94
return (int *) (wqe + offsetof(struct
mthca_next_seg
, imm));
in wqe_to_link()
183
struct
mthca_next_seg
*next;
in mthca_alloc_srq_buf()
195
for (scatter = wqe + sizeof (struct
mthca_next_seg
);
in mthca_alloc_srq_buf()
229
roundup_pow_of_two(sizeof (struct
mthca_next_seg
) +
in mthca_alloc_srq()
468
struct
mthca_next_seg
*last_free;
in mthca_free_srq_wqe()
517
((struct
mthca_next_seg
*) wqe)->ee_nds = 0;
in mthca_tavor_post_srq_recv()
520
wqe += sizeof (struct
mthca_next_seg
);
in mthca_tavor_post_srq_recv()
537
((struct
mthca_next_seg
*) prev_wqe)->ee_nds =
in mthca_tavor_post_srq_recv()
604
((struct
mthca_next_seg
*) wqe)->ee_nds = 0;
in mthca_arbel_post_srq_recv()
607
wqe += sizeof (struct
mthca_next_seg
);
in mthca_arbel_post_srq_recv()
[all...]
H
A
D
mthca_qp.c
937
int max_data_size = desc_sz - sizeof (struct
mthca_next_seg
);
in mthca_max_data_size()
979
sizeof (struct
mthca_next_seg
)) /
in mthca_adjust_qp_caps()
998
size = sizeof (struct
mthca_next_seg
) +
in mthca_alloc_wqe_buf()
1043
size += sizeof (struct
mthca_next_seg
);
in mthca_alloc_wqe_buf()
1172
struct
mthca_next_seg
*next;
in mthca_alloc_qp_common()
1216
int size = (sizeof (struct
mthca_next_seg
) +
in mthca_alloc_qp_common()
1670
((struct
mthca_next_seg
*) wqe)->nda_op = 0;
in mthca_tavor_post_send()
1671
((struct
mthca_next_seg
*) wqe)->ee_nds = 0;
in mthca_tavor_post_send()
1672
((struct
mthca_next_seg
*) wqe)->flags =
in mthca_tavor_post_send()
1680
((struct
mthca_next_seg
*) wq
in mthca_tavor_post_send()
[all...]
H
A
D
mthca_wqe.h
57
struct
mthca_next_seg
{
struct
H
A
D
mthca_main.c
209
sizeof (struct
mthca_next_seg
) -
in mthca_dev_lim()
Completed in 11 milliseconds