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:marker_entry
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_iocb.c
87
struct qla4_marker_entry *
marker_entry
;
in qla4xxx_send_marker_iocb()
local
95
if (qla4xxx_get_req_pkt(ha, (struct queue_entry **) &
marker_entry
) !=
in qla4xxx_send_marker_iocb()
102
marker_entry
->hdr.entryType = ET_MARKER;
in qla4xxx_send_marker_iocb()
103
marker_entry
->hdr.entryCount = 1;
in qla4xxx_send_marker_iocb()
104
marker_entry
->target = cpu_to_le16(ddb_entry->fw_ddb_index);
in qla4xxx_send_marker_iocb()
105
marker_entry
->modifier = cpu_to_le16(mrkr_mod);
in qla4xxx_send_marker_iocb()
106
int_to_scsilun(lun, &
marker_entry
->lun);
in qla4xxx_send_marker_iocb()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_iocb.c
87
struct qla4_marker_entry *
marker_entry
;
in qla4xxx_send_marker_iocb()
local
95
if (qla4xxx_get_req_pkt(ha, (struct queue_entry **) &
marker_entry
) !=
in qla4xxx_send_marker_iocb()
102
marker_entry
->hdr.entryType = ET_MARKER;
in qla4xxx_send_marker_iocb()
103
marker_entry
->hdr.entryCount = 1;
in qla4xxx_send_marker_iocb()
104
marker_entry
->target = cpu_to_le16(ddb_entry->fw_ddb_index);
in qla4xxx_send_marker_iocb()
105
marker_entry
->modifier = cpu_to_le16(mrkr_mod);
in qla4xxx_send_marker_iocb()
106
int_to_scsilun(lun, &
marker_entry
->lun);
in qla4xxx_send_marker_iocb()
Completed in 2 milliseconds