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:s_ahg
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
ruc.c
195
* build_ahg - create ahg in
s_ahg
217
priv->
s_ahg
->tx_flags |= SDMA_TXREQ_F_AHG_COPY;
in build_ahg()
219
priv->
s_ahg
->ahgidx = qp->s_ahgidx;
in build_ahg()
225
priv->
s_ahg
->tx_flags |= SDMA_TXREQ_F_USE_AHG;
in build_ahg()
226
priv->
s_ahg
->ahgidx = qp->s_ahgidx;
in build_ahg()
227
priv->
s_ahg
->ahgcount++;
in build_ahg()
228
priv->
s_ahg
->ahgdesc[0] =
in build_ahg()
236
priv->
s_ahg
->ahgcount++;
in build_ahg()
237
priv->
s_ahg
->ahgdesc[1] =
in build_ahg()
433
* reset
s_ahg
/AH
in hfi1_make_ruc_header()
[all...]
H
A
D
qp.h
108
priv->
s_ahg
->ahgcount = 0;
in clear_ahg()
H
A
D
qp.c
719
priv->
s_ahg
= kzalloc_node(sizeof(*priv->
s_ahg
), GFP_KERNEL,
in qp_priv_alloc()
721
if (!priv->
s_ahg
) {
in qp_priv_alloc()
744
kfree(priv->
s_ahg
);
in qp_priv_free()
H
A
D
ud.c
567
priv->
s_ahg
->ahgcount = 0;
in hfi1_make_ud_req()
568
priv->
s_ahg
->ahgidx = 0;
in hfi1_make_ud_req()
569
priv->
s_ahg
->tx_flags = 0;
in hfi1_make_ud_req()
H
A
D
verbs.h
158
struct hfi1_ahg_info *
s_ahg
; /* ahg info for next header */
member
H
A
D
verbs.c
843
struct hfi1_ahg_info *ahg_info = priv->
s_ahg
;
in hfi1_verbs_send_dma()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
ruc.c
153
* build_ahg - create ahg in
s_ahg
175
priv->
s_ahg
->tx_flags |= SDMA_TXREQ_F_AHG_COPY;
in build_ahg()
177
priv->
s_ahg
->ahgidx = qp->s_ahgidx;
in build_ahg()
183
priv->
s_ahg
->tx_flags |= SDMA_TXREQ_F_USE_AHG;
in build_ahg()
184
priv->
s_ahg
->ahgidx = qp->s_ahgidx;
in build_ahg()
185
priv->
s_ahg
->ahgcount++;
in build_ahg()
186
priv->
s_ahg
->ahgdesc[0] =
in build_ahg()
194
priv->
s_ahg
->ahgcount++;
in build_ahg()
195
priv->
s_ahg
->ahgdesc[1] =
in build_ahg()
393
* reset
s_ahg
/AH
in hfi1_make_ruc_header()
[all...]
H
A
D
qp.h
66
priv->
s_ahg
->ahgcount = 0;
in clear_ahg()
H
A
D
qp.c
678
priv->
s_ahg
= kzalloc_node(sizeof(*priv->
s_ahg
), GFP_KERNEL,
in qp_priv_alloc()
680
if (!priv->
s_ahg
) {
in qp_priv_alloc()
703
kfree(priv->
s_ahg
);
in qp_priv_free()
H
A
D
ud.c
526
priv->
s_ahg
->ahgcount = 0;
in hfi1_make_ud_req()
527
priv->
s_ahg
->ahgidx = 0;
in hfi1_make_ud_req()
528
priv->
s_ahg
->tx_flags = 0;
in hfi1_make_ud_req()
H
A
D
verbs.h
116
struct hfi1_ahg_info *
s_ahg
; /* ahg info for next header */
member
H
A
D
verbs.c
801
struct hfi1_ahg_info *ahg_info = priv->
s_ahg
;
in hfi1_verbs_send_dma()
Completed in 15 milliseconds