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:p_Sccb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
FlashPoint.c
1493
* Description: Start a command pointed to by
p_Sccb
. When the
1498
static void FlashPoint_StartCCB(void *curr_card, struct sccb *
p_Sccb
)
in FlashPoint_StartCCB()
argument
1509
if ((
p_Sccb
->TargID >= MAX_SCSI_TAR) || (
p_Sccb
->Lun >= MAX_LUN)) {
in FlashPoint_StartCCB()
1511
p_Sccb
->HostStatus = SCCB_COMPLETE;
in FlashPoint_StartCCB()
1512
p_Sccb
->SccbStatus = SCCB_ERROR;
in FlashPoint_StartCCB()
1513
callback = (CALL_BK_FN)
p_Sccb
->SccbCallback;
in FlashPoint_StartCCB()
1515
callback(
p_Sccb
);
in FlashPoint_StartCCB()
1520
FPT_sinits(
p_Sccb
, thisCard);
in FlashPoint_StartCCB()
1540
if (
p_Sccb
in FlashPoint_StartCCB()
1612
FlashPoint_AbortCCB(void *pCurrCard, struct sccb *
p_Sccb
)
FlashPoint_AbortCCB()
argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
FlashPoint.c
1465
* Description: Start a command pointed to by
p_Sccb
. When the
1470
static void FlashPoint_StartCCB(void *curr_card, struct sccb *
p_Sccb
)
in FlashPoint_StartCCB()
argument
1481
if ((
p_Sccb
->TargID >= MAX_SCSI_TAR) || (
p_Sccb
->Lun >= MAX_LUN)) {
in FlashPoint_StartCCB()
1483
p_Sccb
->HostStatus = SCCB_COMPLETE;
in FlashPoint_StartCCB()
1484
p_Sccb
->SccbStatus = SCCB_ERROR;
in FlashPoint_StartCCB()
1485
callback = (CALL_BK_FN)
p_Sccb
->SccbCallback;
in FlashPoint_StartCCB()
1487
callback(
p_Sccb
);
in FlashPoint_StartCCB()
1492
FPT_sinits(
p_Sccb
, thisCard);
in FlashPoint_StartCCB()
1512
if (
p_Sccb
in FlashPoint_StartCCB()
1584
FlashPoint_AbortCCB(void *pCurrCard, struct sccb *
p_Sccb
)
FlashPoint_AbortCCB()
argument
[all...]
Completed in 8 milliseconds