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:crc_ctx_pkt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_iocb.c
1402
struct crc_context *
crc_ctx_pkt
= NULL;
in qla24xx_build_scsi_crc_2_iocbs()
local
1442
crc_ctx_pkt
= sp->u.scmd.crc_ctx =
in qla24xx_build_scsi_crc_2_iocbs()
1445
if (!
crc_ctx_pkt
)
in qla24xx_build_scsi_crc_2_iocbs()
1448
crc_ctx_pkt
->crc_ctx_dma = crc_ctx_dma;
in qla24xx_build_scsi_crc_2_iocbs()
1453
crc_ctx_pkt
->handle = cmd_pkt->handle;
in qla24xx_build_scsi_crc_2_iocbs()
1455
INIT_LIST_HEAD(&
crc_ctx_pkt
->dsd_list);
in qla24xx_build_scsi_crc_2_iocbs()
1458
&
crc_ctx_pkt
->ref_tag, tot_prot_dsds);
in qla24xx_build_scsi_crc_2_iocbs()
1476
fcp_cmnd = &
crc_ctx_pkt
->fcp_cmnd;
in qla24xx_build_scsi_crc_2_iocbs()
1530
cur_dsd = &
crc_ctx_pkt
->u.nobundling.data_dsd[0];
in qla24xx_build_scsi_crc_2_iocbs()
1537
crc_ctx_pkt
in qla24xx_build_scsi_crc_2_iocbs()
[all...]
H
A
D
qla_target.c
3009
struct crc_context *
crc_ctx_pkt
= NULL;
in qlt_build_ctio_crc2_pkt()
local
3134
crc_ctx_pkt
= cmd->ctx =
in qlt_build_ctio_crc2_pkt()
3137
if (!
crc_ctx_pkt
)
in qlt_build_ctio_crc2_pkt()
3140
crc_ctx_pkt
->crc_ctx_dma = crc_ctx_dma;
in qlt_build_ctio_crc2_pkt()
3141
INIT_LIST_HEAD(&
crc_ctx_pkt
->dsd_list);
in qlt_build_ctio_crc2_pkt()
3144
crc_ctx_pkt
->handle = pkt->handle;
in qlt_build_ctio_crc2_pkt()
3146
qla_tgt_set_dif_tags(cmd,
crc_ctx_pkt
, &fw_prot_opts);
in qlt_build_ctio_crc2_pkt()
3152
cur_dsd = &
crc_ctx_pkt
->u.nobundling.data_dsd[0];
in qlt_build_ctio_crc2_pkt()
3159
crc_ctx_pkt
->u.bundling.dif_byte_count = cpu_to_le32(dif_bytes);
in qlt_build_ctio_crc2_pkt()
3160
crc_ctx_pkt
in qlt_build_ctio_crc2_pkt()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_iocb.c
1348
struct crc_context *
crc_ctx_pkt
= NULL;
in qla24xx_build_scsi_crc_2_iocbs()
local
1388
crc_ctx_pkt
= sp->u.scmd.crc_ctx =
in qla24xx_build_scsi_crc_2_iocbs()
1391
if (!
crc_ctx_pkt
)
in qla24xx_build_scsi_crc_2_iocbs()
1394
crc_ctx_pkt
->crc_ctx_dma = crc_ctx_dma;
in qla24xx_build_scsi_crc_2_iocbs()
1399
crc_ctx_pkt
->handle = cmd_pkt->handle;
in qla24xx_build_scsi_crc_2_iocbs()
1401
INIT_LIST_HEAD(&
crc_ctx_pkt
->dsd_list);
in qla24xx_build_scsi_crc_2_iocbs()
1404
&
crc_ctx_pkt
->ref_tag, tot_prot_dsds);
in qla24xx_build_scsi_crc_2_iocbs()
1422
fcp_cmnd = &
crc_ctx_pkt
->fcp_cmnd;
in qla24xx_build_scsi_crc_2_iocbs()
1476
cur_dsd = &
crc_ctx_pkt
->u.nobundling.data_dsd[0];
in qla24xx_build_scsi_crc_2_iocbs()
1483
crc_ctx_pkt
in qla24xx_build_scsi_crc_2_iocbs()
[all...]
H
A
D
qla_target.c
3041
struct crc_context *
crc_ctx_pkt
= NULL;
in qlt_build_ctio_crc2_pkt()
local
3166
crc_ctx_pkt
= cmd->ctx =
in qlt_build_ctio_crc2_pkt()
3169
if (!
crc_ctx_pkt
)
in qlt_build_ctio_crc2_pkt()
3172
crc_ctx_pkt
->crc_ctx_dma = crc_ctx_dma;
in qlt_build_ctio_crc2_pkt()
3173
INIT_LIST_HEAD(&
crc_ctx_pkt
->dsd_list);
in qlt_build_ctio_crc2_pkt()
3176
crc_ctx_pkt
->handle = pkt->handle;
in qlt_build_ctio_crc2_pkt()
3178
qla_tgt_set_dif_tags(cmd,
crc_ctx_pkt
, &fw_prot_opts);
in qlt_build_ctio_crc2_pkt()
3184
cur_dsd = &
crc_ctx_pkt
->u.nobundling.data_dsd[0];
in qlt_build_ctio_crc2_pkt()
3191
crc_ctx_pkt
->u.bundling.dif_byte_count = cpu_to_le32(dif_bytes);
in qlt_build_ctio_crc2_pkt()
3192
crc_ctx_pkt
in qlt_build_ctio_crc2_pkt()
[all...]
Completed in 16 milliseconds