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:cqe_data_in
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H
A
D
qedi_fw.c
573
struct iscsi_data_in_hdr *
cqe_data_in
;
in qedi_scsi_completion()
local
582
cqe_data_in
= &cqe->cqe_common.iscsi_hdr.data_in;
in qedi_scsi_completion()
618
hdr->opcode =
cqe_data_in
->opcode;
in qedi_scsi_completion()
619
hdr->max_cmdsn = cpu_to_be32(
cqe_data_in
->max_cmd_sn);
in qedi_scsi_completion()
620
hdr->exp_cmdsn = cpu_to_be32(
cqe_data_in
->exp_cmd_sn);
in qedi_scsi_completion()
622
hdr->response =
cqe_data_in
->reserved1;
in qedi_scsi_completion()
623
hdr->cmd_status =
cqe_data_in
->status_rsvd;
in qedi_scsi_completion()
624
hdr->flags =
cqe_data_in
->flags;
in qedi_scsi_completion()
625
hdr->residual_count = cpu_to_be32(
cqe_data_in
->residual_count);
in qedi_scsi_completion()
628
datalen =
cqe_data_in
in qedi_scsi_completion()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H
A
D
qedi_fw.c
584
struct iscsi_data_in_hdr *
cqe_data_in
;
in qedi_scsi_completion()
local
593
cqe_data_in
= &cqe->cqe_common.iscsi_hdr.data_in;
in qedi_scsi_completion()
622
hdr->opcode =
cqe_data_in
->opcode;
in qedi_scsi_completion()
623
hdr->max_cmdsn = cpu_to_be32(
cqe_data_in
->max_cmd_sn);
in qedi_scsi_completion()
624
hdr->exp_cmdsn = cpu_to_be32(
cqe_data_in
->exp_cmd_sn);
in qedi_scsi_completion()
626
hdr->response =
cqe_data_in
->reserved1;
in qedi_scsi_completion()
627
hdr->cmd_status =
cqe_data_in
->status_rsvd;
in qedi_scsi_completion()
628
hdr->flags =
cqe_data_in
->flags;
in qedi_scsi_completion()
629
hdr->residual_count = cpu_to_be32(
cqe_data_in
->residual_count);
in qedi_scsi_completion()
632
datalen =
cqe_data_in
in qedi_scsi_completion()
[all...]
Completed in 4 milliseconds