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_async_msg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H
A
D
qedi_fw.c
476
struct iscsi_async_msg_hdr *
cqe_async_msg
;
in qedi_process_async_mesg()
local
485
cqe_async_msg
= &cqe->cqe_common.iscsi_hdr.async_msg;
in qedi_process_async_mesg()
486
pdu_len =
cqe_async_msg
->hdr_second_dword &
in qedi_process_async_mesg()
499
resp_hdr->opcode =
cqe_async_msg
->opcode;
in qedi_process_async_mesg()
502
lun[0] = cpu_to_be32(
cqe_async_msg
->lun.lo);
in qedi_process_async_mesg()
503
lun[1] = cpu_to_be32(
cqe_async_msg
->lun.hi);
in qedi_process_async_mesg()
505
resp_hdr->exp_cmdsn = cpu_to_be32(
cqe_async_msg
->exp_cmd_sn);
in qedi_process_async_mesg()
506
resp_hdr->max_cmdsn = cpu_to_be32(
cqe_async_msg
->max_cmd_sn);
in qedi_process_async_mesg()
507
resp_hdr->statsn = cpu_to_be32(
cqe_async_msg
->stat_sn);
in qedi_process_async_mesg()
509
resp_hdr->async_event =
cqe_async_msg
in qedi_process_async_mesg()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H
A
D
qedi_fw.c
487
struct iscsi_async_msg_hdr *
cqe_async_msg
;
in qedi_process_async_mesg()
local
496
cqe_async_msg
= &cqe->cqe_common.iscsi_hdr.async_msg;
in qedi_process_async_mesg()
497
pdu_len =
cqe_async_msg
->hdr_second_dword &
in qedi_process_async_mesg()
510
resp_hdr->opcode =
cqe_async_msg
->opcode;
in qedi_process_async_mesg()
513
lun[0] = cpu_to_be32(
cqe_async_msg
->lun.lo);
in qedi_process_async_mesg()
514
lun[1] = cpu_to_be32(
cqe_async_msg
->lun.hi);
in qedi_process_async_mesg()
516
resp_hdr->exp_cmdsn = cpu_to_be32(
cqe_async_msg
->exp_cmd_sn);
in qedi_process_async_mesg()
517
resp_hdr->max_cmdsn = cpu_to_be32(
cqe_async_msg
->max_cmd_sn);
in qedi_process_async_mesg()
518
resp_hdr->statsn = cpu_to_be32(
cqe_async_msg
->stat_sn);
in qedi_process_async_mesg()
520
resp_hdr->async_event =
cqe_async_msg
in qedi_process_async_mesg()
[all...]
Completed in 5 milliseconds