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:epthru
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_mbox.c
1055
ccb->
epthru
= (mraid_epassthru_t *)
in megaraid_alloc_cmd_packets()
1058
ccb->pthru = (mraid_passthru_t *)ccb->
epthru
;
in megaraid_alloc_cmd_packets()
1988
mraid_epassthru_t *
epthru
;
in megaraid_mbox_prepare_epthru()
local
1993
epthru
= ccb->
epthru
;
in megaraid_mbox_prepare_epthru()
1998
epthru
->timeout = 4;
in megaraid_mbox_prepare_epthru()
1999
epthru
->ars = 1;
in megaraid_mbox_prepare_epthru()
2000
epthru
->islogical = 0;
in megaraid_mbox_prepare_epthru()
2001
epthru
->channel = 0;
in megaraid_mbox_prepare_epthru()
2002
epthru
in megaraid_mbox_prepare_epthru()
2181
mraid_epassthru_t *
epthru
;
megaraid_mbox_dpc()
local
[all...]
H
A
D
megaraid_mbox.h
122
* @
epthru
: extended passthru structure
138
mraid_epassthru_t *
epthru
;
member
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_mbox.c
1057
ccb->
epthru
= (mraid_epassthru_t *)
in megaraid_alloc_cmd_packets()
1060
ccb->pthru = (mraid_passthru_t *)ccb->
epthru
;
in megaraid_alloc_cmd_packets()
1986
mraid_epassthru_t *
epthru
;
in megaraid_mbox_prepare_epthru()
local
1991
epthru
= ccb->
epthru
;
in megaraid_mbox_prepare_epthru()
1996
epthru
->timeout = 4;
in megaraid_mbox_prepare_epthru()
1997
epthru
->ars = 1;
in megaraid_mbox_prepare_epthru()
1998
epthru
->islogical = 0;
in megaraid_mbox_prepare_epthru()
1999
epthru
->channel = 0;
in megaraid_mbox_prepare_epthru()
2000
epthru
in megaraid_mbox_prepare_epthru()
2179
mraid_epassthru_t *
epthru
;
megaraid_mbox_dpc()
local
[all...]
H
A
D
megaraid_mbox.h
122
* @
epthru
: extended passthru structure
138
mraid_epassthru_t *
epthru
;
member
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
megaraid.c
1021
mega_ext_passthru *
epthru
;
in mega_prepare_extpassthru()
local
1023
epthru
= scb->
epthru
;
in mega_prepare_extpassthru()
1024
memset(
epthru
, 0, sizeof(mega_ext_passthru));
in mega_prepare_extpassthru()
1027
epthru
->timeout = 2;
in mega_prepare_extpassthru()
1029
epthru
->ars = 1;
in mega_prepare_extpassthru()
1030
epthru
->reqsenselen = 14;
in mega_prepare_extpassthru()
1031
epthru
->islogical = 0;
in mega_prepare_extpassthru()
1033
epthru
->channel = (adapter->flag & BOARD_40LD) ? 0 : channel;
in mega_prepare_extpassthru()
1034
epthru
in mega_prepare_extpassthru()
1418
mega_ext_passthru *
epthru
= NULL;
mega_cmd_done()
local
[all...]
H
A
D
megaraid.h
204
mega_ext_passthru *
epthru
;
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
megaraid.c
1019
mega_ext_passthru *
epthru
;
in mega_prepare_extpassthru()
local
1021
epthru
= scb->
epthru
;
in mega_prepare_extpassthru()
1022
memset(
epthru
, 0, sizeof(mega_ext_passthru));
in mega_prepare_extpassthru()
1025
epthru
->timeout = 2;
in mega_prepare_extpassthru()
1027
epthru
->ars = 1;
in mega_prepare_extpassthru()
1028
epthru
->reqsenselen = 14;
in mega_prepare_extpassthru()
1029
epthru
->islogical = 0;
in mega_prepare_extpassthru()
1031
epthru
->channel = (adapter->flag & BOARD_40LD) ? 0 : channel;
in mega_prepare_extpassthru()
1032
epthru
in mega_prepare_extpassthru()
1416
mega_ext_passthru *
epthru
= NULL;
mega_cmd_done()
local
[all...]
H
A
D
megaraid.h
205
mega_ext_passthru *
epthru
;
member
Completed in 15 milliseconds