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_tmp_response
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H
A
D
qedi_fw.c
183
struct iscsi_tmf_response_hdr *
cqe_tmp_response
;
in qedi_process_tmf_resp()
local
188
cqe_tmp_response
= &cqe->cqe_common.iscsi_hdr.tmf_response;
in qedi_process_tmf_resp()
204
resp_hdr_ptr->opcode =
cqe_tmp_response
->opcode;
in qedi_process_tmf_resp()
205
resp_hdr_ptr->flags =
cqe_tmp_response
->hdr_flags;
in qedi_process_tmf_resp()
206
resp_hdr_ptr->response =
cqe_tmp_response
->hdr_response;
in qedi_process_tmf_resp()
210
(
cqe_tmp_response
->hdr_second_dword &
in qedi_process_tmf_resp()
214
resp_hdr_ptr->statsn = cpu_to_be32(
cqe_tmp_response
->stat_sn);
in qedi_process_tmf_resp()
215
resp_hdr_ptr->exp_cmdsn = cpu_to_be32(
cqe_tmp_response
->exp_cmd_sn);
in qedi_process_tmf_resp()
216
resp_hdr_ptr->max_cmdsn = cpu_to_be32(
cqe_tmp_response
->max_cmd_sn);
in qedi_process_tmf_resp()
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H
A
D
qedi_fw.c
185
struct iscsi_tmf_response_hdr *
cqe_tmp_response
;
in qedi_process_tmf_resp()
local
190
cqe_tmp_response
= &cqe->cqe_common.iscsi_hdr.tmf_response;
in qedi_process_tmf_resp()
206
resp_hdr_ptr->opcode =
cqe_tmp_response
->opcode;
in qedi_process_tmf_resp()
207
resp_hdr_ptr->flags =
cqe_tmp_response
->hdr_flags;
in qedi_process_tmf_resp()
208
resp_hdr_ptr->response =
cqe_tmp_response
->hdr_response;
in qedi_process_tmf_resp()
212
(
cqe_tmp_response
->hdr_second_dword &
in qedi_process_tmf_resp()
216
resp_hdr_ptr->statsn = cpu_to_be32(
cqe_tmp_response
->stat_sn);
in qedi_process_tmf_resp()
217
resp_hdr_ptr->exp_cmdsn = cpu_to_be32(
cqe_tmp_response
->exp_cmd_sn);
in qedi_process_tmf_resp()
218
resp_hdr_ptr->max_cmdsn = cpu_to_be32(
cqe_tmp_response
->max_cmd_sn);
in qedi_process_tmf_resp()
Completed in 7 milliseconds