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:TID_OP
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
rc.c
158
if (e->opcode !=
TID_OP
(WRITE_REQ) &&
in make_rc_ack()
214
} else if (e->opcode ==
TID_OP
(WRITE_REQ)) {
in make_rc_ack()
226
qp->s_ack_state =
TID_OP
(WRITE_RESP);
in make_rc_ack()
229
} else if (e->opcode ==
TID_OP
(READ_REQ)) {
in make_rc_ack()
251
qp->s_ack_state =
TID_OP
(READ_RESP);
in make_rc_ack()
291
case
TID_OP
(WRITE_RESP):
in make_rc_ack()
347
case
TID_OP
(READ_RESP):
in make_rc_ack()
366
case
TID_OP
(READ_REQ):
in make_rc_ack()
684
priv->s_state =
TID_OP
(WRITE_RESP);
in hfi1_make_rc_req()
722
TID_OP
(WRITE_DATA_LAS
in hfi1_make_rc_req()
[all...]
H
A
D
tid_rdma.c
352
qpriv->s_state =
TID_OP
(WRITE_RESP);
in hfi1_qp_priv_init()
1764
qp->s_state =
TID_OP
(READ_REQ);
in hfi1_build_tid_rdma_read_packet()
2009
if (!e || (e->opcode !=
TID_OP
(READ_REQ) &&
in tid_rdma_rcv_error()
2010
e->opcode !=
TID_OP
(WRITE_REQ)))
in tid_rdma_rcv_error()
2016
if (e->opcode ==
TID_OP
(READ_REQ)) {
in tid_rdma_rcv_error()
2093
if (e->opcode ==
TID_OP
(WRITE_REQ) &&
in tid_rdma_rcv_error()
2157
if (e->opcode !=
TID_OP
(WRITE_REQ) ||
in tid_rdma_rcv_error()
2382
*bth0 =
TID_OP
(READ_RESP) << 24;
in hfi1_build_tid_rdma_read_resp()
2913
if (opcode ==
TID_OP
(READ_RESP)) {
in hfi1_handle_kdeth_eflags()
2932
if (e->opcode !=
TID_OP
(WRITE_RE
in hfi1_handle_kdeth_eflags()
[all...]
H
A
D
driver.c
522
opcode ==
TID_OP
(READ_RESP) ||
in hfi1_process_ecn_slowpath()
523
opcode ==
TID_OP
(ACK);
in hfi1_process_ecn_slowpath()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
rc.c
116
if (e->opcode !=
TID_OP
(WRITE_REQ) &&
in make_rc_ack()
172
} else if (e->opcode ==
TID_OP
(WRITE_REQ)) {
in make_rc_ack()
184
qp->s_ack_state =
TID_OP
(WRITE_RESP);
in make_rc_ack()
187
} else if (e->opcode ==
TID_OP
(READ_REQ)) {
in make_rc_ack()
209
qp->s_ack_state =
TID_OP
(READ_RESP);
in make_rc_ack()
249
case
TID_OP
(WRITE_RESP):
in make_rc_ack()
305
case
TID_OP
(READ_RESP):
in make_rc_ack()
324
case
TID_OP
(READ_REQ):
in make_rc_ack()
643
priv->s_state =
TID_OP
(WRITE_RESP);
in hfi1_make_rc_req()
681
TID_OP
(WRITE_DATA_LAS
in hfi1_make_rc_req()
[all...]
H
A
D
tid_rdma.c
353
qpriv->s_state =
TID_OP
(WRITE_RESP);
in hfi1_qp_priv_init()
1771
qp->s_state =
TID_OP
(READ_REQ);
in hfi1_build_tid_rdma_read_packet()
2016
if (!e || (e->opcode !=
TID_OP
(READ_REQ) &&
in tid_rdma_rcv_error()
2017
e->opcode !=
TID_OP
(WRITE_REQ)))
in tid_rdma_rcv_error()
2023
if (e->opcode ==
TID_OP
(READ_REQ)) {
in tid_rdma_rcv_error()
2100
if (e->opcode ==
TID_OP
(WRITE_REQ) &&
in tid_rdma_rcv_error()
2164
if (e->opcode !=
TID_OP
(WRITE_REQ) ||
in tid_rdma_rcv_error()
2389
*bth0 =
TID_OP
(READ_RESP) << 24;
in hfi1_build_tid_rdma_read_resp()
2921
if (opcode ==
TID_OP
(READ_RESP)) {
in hfi1_handle_kdeth_eflags()
2940
if (e->opcode !=
TID_OP
(WRITE_RE
in hfi1_handle_kdeth_eflags()
[all...]
H
A
D
driver.c
475
opcode ==
TID_OP
(READ_RESP) ||
in hfi1_process_ecn_slowpath()
476
opcode ==
TID_OP
(ACK);
in hfi1_process_ecn_slowpath()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
tid_rdma_defs.h
97
#define
TID_OP
(x) IB_OPCODE_TID_RDMA_##x
macro
/kernel/linux/linux-6.6/include/rdma/
H
A
D
tid_rdma_defs.h
97
#define
TID_OP
(x) IB_OPCODE_TID_RDMA_##x
macro
Completed in 18 milliseconds