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:QIB_LRH_BTH
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H
A
D
qib_common.h
739
#define
QIB_LRH_BTH
0x0002 /* 1. word of IB LRH - next header: BTH */
macro
H
A
D
qib_ruc.c
218
lrh0 =
QIB_LRH_BTH
;
in qib_make_ruc_header()
H
A
D
qib_user_sdma.c
466
hdr->iph.chksum = cpu_to_le16(
QIB_LRH_BTH
+
in qib_user_sdma_page_to_frags()
510
hdr->iph.chksum = cpu_to_le16(
QIB_LRH_BTH
+
in qib_user_sdma_page_to_frags()
H
A
D
qib_driver.c
326
if (lnh ==
QIB_LRH_BTH
)
in qib_rcv_hdrerr()
H
A
D
qib_ud.c
335
lrh0 =
QIB_LRH_BTH
;
in qib_make_ud_req()
H
A
D
qib_rc.c
624
lrh0 =
QIB_LRH_BTH
;
in qib_send_rc_ack()
892
if ((be16_to_cpu(hdr->lrh[0]) & 3) ==
QIB_LRH_BTH
)
in qib_rc_send_complete()
H
A
D
qib_verbs.c
299
if (lnh ==
QIB_LRH_BTH
)
in qib_ib_rcv()
H
A
D
qib_iba7322.c
1425
.lrh[0] = cpu_to_be16(0xF000 |
QIB_LRH_BTH
),
in flush_fifo()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H
A
D
qib_common.h
739
#define
QIB_LRH_BTH
0x0002 /* 1. word of IB LRH - next header: BTH */
macro
H
A
D
qib_ruc.c
218
lrh0 =
QIB_LRH_BTH
;
in qib_make_ruc_header()
H
A
D
qib_user_sdma.c
465
hdr->iph.chksum = cpu_to_le16(
QIB_LRH_BTH
+
in qib_user_sdma_page_to_frags()
509
hdr->iph.chksum = cpu_to_le16(
QIB_LRH_BTH
+
in qib_user_sdma_page_to_frags()
H
A
D
qib_driver.c
327
if (lnh ==
QIB_LRH_BTH
)
in qib_rcv_hdrerr()
H
A
D
qib_ud.c
336
lrh0 =
QIB_LRH_BTH
;
in qib_make_ud_req()
H
A
D
qib_rc.c
625
lrh0 =
QIB_LRH_BTH
;
in qib_send_rc_ack()
893
if ((be16_to_cpu(hdr->lrh[0]) & 3) ==
QIB_LRH_BTH
)
in qib_rc_send_complete()
H
A
D
qib_verbs.c
299
if (lnh ==
QIB_LRH_BTH
)
in qib_ib_rcv()
H
A
D
qib_iba7322.c
1403
.lrh[0] = cpu_to_be16(0xF000 |
QIB_LRH_BTH
),
in flush_fifo()
Completed in 45 milliseconds