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:send_psn
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H
A
D
mthca_provider.h
246
u32
send_psn
;
member
H
A
D
mthca_qp.c
307
sqp->
send_psn
= attr->sq_psn;
in store_attrs()
1548
sqp->ud_header.bth.psn = cpu_to_be32((sqp->
send_psn
++) & ((1 << 24) - 1));
in build_mlx_header()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H
A
D
mthca_provider.h
246
u32
send_psn
;
member
H
A
D
mthca_qp.c
307
sqp->
send_psn
= attr->sq_psn;
in store_attrs()
1551
sqp->ud_header.bth.psn = cpu_to_be32((sqp->
send_psn
++) & ((1 << 24) - 1));
in build_mlx_header()
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H
A
D
ib_verbs.h
90
u32
send_psn
;
member
H
A
D
ib_verbs.c
2237
qp->
send_psn
++;
in bnxt_re_build_qp1_send_v2()
2238
qp->
send_psn
&= BTH_PSN_MASK;
in bnxt_re_build_qp1_send_v2()
2239
qp->qp1_hdr.bth.psn = cpu_to_be32(qp->
send_psn
);
in bnxt_re_build_qp1_send_v2()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H
A
D
ib_verbs.h
92
u32
send_psn
;
member
H
A
D
ib_verbs.c
2337
qp->
send_psn
++;
in bnxt_re_build_qp1_send_v2()
2338
qp->
send_psn
&= BTH_PSN_MASK;
in bnxt_re_build_qp1_send_v2()
2339
qp->qp1_hdr.bth.psn = cpu_to_be32(qp->
send_psn
);
in bnxt_re_build_qp1_send_v2()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H
A
D
mlx4_ib.h
316
u32
send_psn
;
member
H
A
D
qp.c
1731
sqp->
send_psn
= attr->sq_psn;
in store_sqp_attrs()
2884
sqp->ud_header.bth.psn = cpu_to_be32((sqp->
send_psn
++) & ((1 << 24) - 1));
in build_sriov_qp0_header()
3184
sqp->ud_header.bth.psn = cpu_to_be32((sqp->
send_psn
++) & ((1 << 24) - 1));
in build_mlx_header()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H
A
D
mlx4_ib.h
317
u32
send_psn
;
member
H
A
D
qp.c
1764
sqp->
send_psn
= attr->sq_psn;
in store_sqp_attrs()
2920
sqp->ud_header.bth.psn = cpu_to_be32((sqp->
send_psn
++) & ((1 << 24) - 1));
in build_sriov_qp0_header()
3217
sqp->ud_header.bth.psn = cpu_to_be32((sqp->
send_psn
++) & ((1 << 24) - 1));
in build_mlx_header()
Completed in 34 milliseconds