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:ecdb_ahdr
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
libiscsi.c
186
struct iscsi_ecdb_ahdr *
ecdb_ahdr
;
in iscsi_prep_ecdb_ahs()
local
189
ecdb_ahdr
= iscsi_next_hdr(task);
in iscsi_prep_ecdb_ahs()
192
BUG_ON(rlen > sizeof(
ecdb_ahdr
->ecdb));
in iscsi_prep_ecdb_ahs()
193
ahslength = rlen + sizeof(
ecdb_ahdr
->reserved);
in iscsi_prep_ecdb_ahs()
197
rc = iscsi_add_hdr(task, sizeof(
ecdb_ahdr
->ahslength) +
in iscsi_prep_ecdb_ahs()
198
sizeof(
ecdb_ahdr
->ahstype) + ahslength + pad_len);
in iscsi_prep_ecdb_ahs()
203
memset(&
ecdb_ahdr
->ecdb[rlen], 0, pad_len);
in iscsi_prep_ecdb_ahs()
205
ecdb_ahdr
->ahslength = cpu_to_be16(ahslength);
in iscsi_prep_ecdb_ahs()
206
ecdb_ahdr
->ahstype = ISCSI_AHSTYPE_CDB;
in iscsi_prep_ecdb_ahs()
207
ecdb_ahdr
in iscsi_prep_ecdb_ahs()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
libiscsi.c
198
struct iscsi_ecdb_ahdr *
ecdb_ahdr
;
in iscsi_prep_ecdb_ahs()
local
201
ecdb_ahdr
= iscsi_next_hdr(task);
in iscsi_prep_ecdb_ahs()
204
BUG_ON(rlen > sizeof(
ecdb_ahdr
->ecdb));
in iscsi_prep_ecdb_ahs()
205
ahslength = rlen + sizeof(
ecdb_ahdr
->reserved);
in iscsi_prep_ecdb_ahs()
209
rc = iscsi_add_hdr(task, sizeof(
ecdb_ahdr
->ahslength) +
in iscsi_prep_ecdb_ahs()
210
sizeof(
ecdb_ahdr
->ahstype) + ahslength + pad_len);
in iscsi_prep_ecdb_ahs()
215
memset(&
ecdb_ahdr
->ecdb[rlen], 0, pad_len);
in iscsi_prep_ecdb_ahs()
217
ecdb_ahdr
->ahslength = cpu_to_be16(ahslength);
in iscsi_prep_ecdb_ahs()
218
ecdb_ahdr
->ahstype = ISCSI_AHSTYPE_CDB;
in iscsi_prep_ecdb_ahs()
219
ecdb_ahdr
in iscsi_prep_ecdb_ahs()
[all...]
/kernel/linux/linux-6.6/drivers/target/iscsi/
H
A
D
iscsi_target.c
1006
struct iscsi_ecdb_ahdr *
ecdb_ahdr
;
in iscsit_setup_scsi_cmd()
local
1113
ecdb_ahdr
= (struct iscsi_ecdb_ahdr *) (hdr + 1);
in iscsit_setup_scsi_cmd()
1114
if (
ecdb_ahdr
->ahstype != ISCSI_AHSTYPE_CDB) {
in iscsit_setup_scsi_cmd()
1116
ecdb_ahdr
->ahstype);
in iscsit_setup_scsi_cmd()
1121
cdb = kmalloc(be16_to_cpu(
ecdb_ahdr
->ahslength) + 15,
in iscsit_setup_scsi_cmd()
1127
memcpy(cdb + ISCSI_CDB_SIZE,
ecdb_ahdr
->ecdb,
in iscsit_setup_scsi_cmd()
1128
be16_to_cpu(
ecdb_ahdr
->ahslength) - 1);
in iscsit_setup_scsi_cmd()
Completed in 9 milliseconds