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_data_seg
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H
A
D
mthca_wqe.h
101
struct
mthca_data_seg
{
struct
116
static __always_inline void mthca_set_data_seg(struct
mthca_data_seg
*dseg,
in mthca_set_data_seg()
124
static __always_inline void mthca_set_data_seg_inval(struct
mthca_data_seg
*dseg)
in mthca_set_data_seg_inval()
H
A
D
mthca_qp.c
938
max_data_size -= 2 * sizeof (struct
mthca_data_seg
);
in mthca_max_data_size()
973
max_data_size / sizeof (struct
mthca_data_seg
));
in mthca_adjust_qp_caps()
977
sizeof (struct
mthca_data_seg
));
in mthca_adjust_qp_caps()
996
qp->rq.max_gs * sizeof (struct
mthca_data_seg
);
in mthca_alloc_wqe_buf()
1005
size = qp->sq.max_gs * sizeof (struct
mthca_data_seg
);
in mthca_alloc_wqe_buf()
1008
size += 2 * sizeof (struct
mthca_data_seg
);
in mthca_alloc_wqe_buf()
1030
sizeof (struct
mthca_data_seg
));
in mthca_alloc_wqe_buf()
1212
struct
mthca_data_seg
*scatter;
in mthca_alloc_qp_common()
1214
qp->rq.max_gs * sizeof (struct
mthca_data_seg
)) / 16;
in mthca_alloc_qp_common()
1283
sizeof (struct
mthca_data_seg
));
in mthca_set_qp_size()
[all...]
H
A
D
mthca_srq.c
157
struct
mthca_data_seg
*scatter;
in mthca_alloc_srq_buf()
230
srq->max_gs * sizeof (struct
mthca_data_seg
)));
in mthca_alloc_srq()
531
wqe += sizeof (struct
mthca_data_seg
);
in mthca_tavor_post_srq_recv()
617
wqe += sizeof (struct
mthca_data_seg
);
in mthca_arbel_post_srq_recv()
664
sizeof (struct
mthca_data_seg
));
in mthca_max_srq_sge()
H
A
D
mthca_main.c
213
sizeof (struct
mthca_data_seg
));
in mthca_dev_lim()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H
A
D
mthca_wqe.h
101
struct
mthca_data_seg
{
struct
116
static __always_inline void mthca_set_data_seg(struct
mthca_data_seg
*dseg,
in mthca_set_data_seg()
124
static __always_inline void mthca_set_data_seg_inval(struct
mthca_data_seg
*dseg)
in mthca_set_data_seg_inval()
H
A
D
mthca_qp.c
941
max_data_size -= 2 * sizeof (struct
mthca_data_seg
);
in mthca_max_data_size()
976
max_data_size / sizeof (struct
mthca_data_seg
));
in mthca_adjust_qp_caps()
980
sizeof (struct
mthca_data_seg
));
in mthca_adjust_qp_caps()
999
qp->rq.max_gs * sizeof (struct
mthca_data_seg
);
in mthca_alloc_wqe_buf()
1008
size = qp->sq.max_gs * sizeof (struct
mthca_data_seg
);
in mthca_alloc_wqe_buf()
1011
size += 2 * sizeof (struct
mthca_data_seg
);
in mthca_alloc_wqe_buf()
1033
sizeof (struct
mthca_data_seg
));
in mthca_alloc_wqe_buf()
1215
struct
mthca_data_seg
*scatter;
in mthca_alloc_qp_common()
1217
qp->rq.max_gs * sizeof (struct
mthca_data_seg
)) / 16;
in mthca_alloc_qp_common()
1286
sizeof (struct
mthca_data_seg
));
in mthca_set_qp_size()
[all...]
H
A
D
mthca_srq.c
157
struct
mthca_data_seg
*scatter;
in mthca_alloc_srq_buf()
230
srq->max_gs * sizeof (struct
mthca_data_seg
)));
in mthca_alloc_srq()
531
wqe += sizeof (struct
mthca_data_seg
);
in mthca_tavor_post_srq_recv()
617
wqe += sizeof (struct
mthca_data_seg
);
in mthca_arbel_post_srq_recv()
664
sizeof (struct
mthca_data_seg
));
in mthca_max_srq_sge()
H
A
D
mthca_main.c
213
sizeof (struct
mthca_data_seg
));
in mthca_dev_lim()
Completed in 18 milliseconds