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:cblk
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
initio.c
2524
* @
cblk
: Firmware command block
2532
static void initio_build_scb(struct initio_host * host, struct scsi_ctrl_blk *
cblk
, struct scsi_cmnd * cmnd)
in initio_build_scb()
argument
2541
cblk
->post = i91uSCBPost; /* i91u's callback routine */
in initio_build_scb()
2542
cblk
->srb = cmnd;
in initio_build_scb()
2543
cblk
->opcode = ExecSCSI;
in initio_build_scb()
2544
cblk
->flags = SCF_POST; /* After SCSI done, call post routine */
in initio_build_scb()
2545
cblk
->target = cmnd->device->id;
in initio_build_scb()
2546
cblk
->lun = cmnd->device->lun;
in initio_build_scb()
2547
cblk
->ident = cmnd->device->lun | DISC_ALLOW;
in initio_build_scb()
2549
cblk
in initio_build_scb()
2742
struct scsi_ctrl_blk *
cblk
;
i91uSCBPost()
local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
initio.c
2524
* @
cblk
: Firmware command block
2532
static void initio_build_scb(struct initio_host * host, struct scsi_ctrl_blk *
cblk
, struct scsi_cmnd * cmnd)
in initio_build_scb()
argument
2541
cblk
->post = i91uSCBPost; /* i91u's callback routine */
in initio_build_scb()
2542
cblk
->srb = cmnd;
in initio_build_scb()
2543
cblk
->opcode = ExecSCSI;
in initio_build_scb()
2544
cblk
->flags = SCF_POST; /* After SCSI done, call post routine */
in initio_build_scb()
2545
cblk
->target = cmnd->device->id;
in initio_build_scb()
2546
cblk
->lun = cmnd->device->lun;
in initio_build_scb()
2547
cblk
->ident = cmnd->device->lun | DISC_ALLOW;
in initio_build_scb()
2549
cblk
in initio_build_scb()
2736
struct scsi_ctrl_blk *
cblk
;
i91uSCBPost()
local
[all...]
Completed in 7 milliseconds