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:ib_bth_get_psn
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/
H
A
D
ib_hdrs.h
276
static inline u32
ib_bth_get_psn
(struct ib_other_headers *ohdr)
in ib_bth_get_psn()
function
/kernel/linux/linux-6.6/include/rdma/
H
A
D
ib_hdrs.h
272
static inline u32
ib_bth_get_psn
(struct ib_other_headers *ohdr)
in ib_bth_get_psn()
function
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
trace.c
173
*psn = mask_psn(
ib_bth_get_psn
(ohdr));
in hfi1_trace_parse_9b_bth()
188
*psn = mask_psn(
ib_bth_get_psn
(ohdr));
in hfi1_trace_parse_16b_bth()
H
A
D
rc.c
1727
psn =
ib_bth_get_psn
(ohdr) | IB_BTH_REQ_ACK;
in hfi1_rc_verbs_aborted()
1759
psn =
ib_bth_get_psn
(ohdr);
in hfi1_rc_send_complete()
2358
u32 psn =
ib_bth_get_psn
(packet->ohdr);
in rc_rcv_resp()
2815
u32 psn =
ib_bth_get_psn
(packet->ohdr);
in hfi1_rc_rcv()
3263
psn =
ib_bth_get_psn
(packet->ohdr);
in hfi1_rc_hdrerr()
H
A
D
uc.c
327
psn =
ib_bth_get_psn
(ohdr);
in hfi1_uc_rcv()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
trace.c
131
*psn = mask_psn(
ib_bth_get_psn
(ohdr));
in hfi1_trace_parse_9b_bth()
146
*psn = mask_psn(
ib_bth_get_psn
(ohdr));
in hfi1_trace_parse_16b_bth()
H
A
D
rc.c
1685
psn =
ib_bth_get_psn
(ohdr) | IB_BTH_REQ_ACK;
in hfi1_rc_verbs_aborted()
1717
psn =
ib_bth_get_psn
(ohdr);
in hfi1_rc_send_complete()
2316
u32 psn =
ib_bth_get_psn
(packet->ohdr);
in rc_rcv_resp()
2774
u32 psn =
ib_bth_get_psn
(packet->ohdr);
in hfi1_rc_rcv()
3222
psn =
ib_bth_get_psn
(packet->ohdr);
in hfi1_rc_hdrerr()
H
A
D
uc.c
281
psn =
ib_bth_get_psn
(ohdr);
in hfi1_uc_rcv()
Completed in 11 milliseconds