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:WRITE_DATA
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/
H
A
D
tid_rdma_defs.h
89
IB_OPCODE(TID_RDMA,
WRITE_DATA
),
/kernel/linux/linux-6.6/include/rdma/
H
A
D
tid_rdma_defs.h
89
IB_OPCODE(TID_RDMA,
WRITE_DATA
),
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_scsi.h
121
#define
WRITE_DATA
0x01 /* Bit 0 */
macro
H
A
D
lpfc_scsi.c
4142
fcp_cmnd->fcpCntl3 =
WRITE_DATA
;
in lpfc_scsi_prep_cmnd()
4689
case
WRITE_DATA
:
in lpfc_queuecommand()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_scsi.h
121
#define
WRITE_DATA
0x01 /* Bit 0 */
macro
H
A
D
lpfc_scsi.c
4634
fcp_cmnd->fcpCntl3 =
WRITE_DATA
;
in lpfc_scsi_prep_cmnd_buf_s3()
4708
fcp_cmnd->fcpCntl3 =
WRITE_DATA
;
in lpfc_scsi_prep_cmnd_buf_s4()
5438
case
WRITE_DATA
:
in lpfc_queuecommand()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
trace.c
363
case OP(TID_RDMA,
WRITE_DATA
):
in parse_everbs_hdrs()
H
A
D
rc.c
1764
if (opcode != TID_OP(
WRITE_DATA
) &&
in hfi1_rc_send_complete()
1800
opcode != TID_OP(
WRITE_DATA
) && opcode != TID_OP(WRITE_DATA_LAST) &&
in hfi1_rc_send_complete()
1812
if ((opcode == TID_OP(
WRITE_DATA
) ||
in hfi1_rc_send_complete()
H
A
D
tid_rdma.c
4606
qpriv->s_state = TID_OP(
WRITE_DATA
);
in hfi1_rc_rcv_tid_rdma_ack()
5007
u8 opcode = TID_OP(
WRITE_DATA
);
5070
priv->s_state = TID_OP(
WRITE_DATA
);
5073
case TID_OP(
WRITE_DATA
):
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
trace.c
326
case OP(TID_RDMA,
WRITE_DATA
):
in parse_everbs_hdrs()
H
A
D
rc.c
1722
if (opcode != TID_OP(
WRITE_DATA
) &&
in hfi1_rc_send_complete()
1758
opcode != TID_OP(
WRITE_DATA
) && opcode != TID_OP(WRITE_DATA_LAST) &&
in hfi1_rc_send_complete()
1770
if ((opcode == TID_OP(
WRITE_DATA
) ||
in hfi1_rc_send_complete()
H
A
D
tid_rdma.c
4618
qpriv->s_state = TID_OP(
WRITE_DATA
);
in hfi1_rc_rcv_tid_rdma_ack()
5019
u8 opcode = TID_OP(
WRITE_DATA
);
5082
priv->s_state = TID_OP(
WRITE_DATA
);
5085
case TID_OP(
WRITE_DATA
):
Completed in 37 milliseconds