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:ibmvfc_cmd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
H
A
D
ibmvfc.c
150
struct
ibmvfc_cmd
*vfc_cmd = &evt->iu.cmd;
in ibmvfc_trc_start()
184
struct
ibmvfc_cmd
*vfc_cmd = &evt->xfer_iu->cmd;
in ibmvfc_trc_end()
263
static int ibmvfc_get_err_result(struct
ibmvfc_cmd
*vfc_cmd)
in ibmvfc_get_err_result()
1380
struct
ibmvfc_cmd
*vfc_cmd, struct device *dev)
in ibmvfc_map_sg_data()
1522
struct
ibmvfc_cmd
*vfc_cmd = &evt->xfer_iu->cmd;
in ibmvfc_log_error()
1577
struct
ibmvfc_cmd
*vfc_cmd = &evt->xfer_iu->cmd;
in ibmvfc_scsi_done()
1667
struct
ibmvfc_cmd
*vfc_cmd;
in ibmvfc_queuecommand_lck()
1685
vfc_cmd->resp.va = cpu_to_be64(be64_to_cpu(evt->crq.ioba) + offsetof(struct
ibmvfc_cmd
, rsp));
in ibmvfc_queuecommand_lck()
2021
struct
ibmvfc_cmd
*tmf;
in ibmvfc_reset_device()
2036
tmf->resp.va = cpu_to_be64(be64_to_cpu(evt->crq.ioba) + offsetof(struct
ibmvfc_cmd
, rs
in ibmvfc_reset_device()
[all...]
H
A
D
ibmvfc.h
458
struct
ibmvfc_cmd
{
struct
678
struct
ibmvfc_cmd
cmd;
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H
A
D
ibmvfc.h
473
struct
ibmvfc_cmd
{
struct
697
struct
ibmvfc_cmd
cmd;
H
A
D
ibmvfc.c
189
struct
ibmvfc_cmd
*vfc_cmd)
in ibmvfc_get_fcp_iu()
198
struct
ibmvfc_cmd
*vfc_cmd)
in ibmvfc_get_fcp_rsp()
215
struct
ibmvfc_cmd
*vfc_cmd = &evt->iu.cmd;
in ibmvfc_trc_start()
251
struct
ibmvfc_cmd
*vfc_cmd = &evt->xfer_iu->cmd;
in ibmvfc_trc_end()
335
static int ibmvfc_get_err_result(struct ibmvfc_host *vhost, struct
ibmvfc_cmd
*vfc_cmd)
in ibmvfc_get_err_result()
1604
struct
ibmvfc_cmd
*vfc_cmd, struct device *dev)
in ibmvfc_map_sg_data()
1764
struct
ibmvfc_cmd
*vfc_cmd = &evt->xfer_iu->cmd;
in ibmvfc_log_error()
1822
struct
ibmvfc_cmd
*vfc_cmd = &evt->xfer_iu->cmd;
in ibmvfc_scsi_done()
1896
static struct
ibmvfc_cmd
*ibmvfc_init_vfc_cmd(struct ibmvfc_event *evt, struct scsi_device *sdev)
in ibmvfc_init_vfc_cmd()
1900
struct
ibmvfc_cmd
*vfc_cm
in ibmvfc_init_vfc_cmd()
[all...]
Completed in 13 milliseconds