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:cfgte
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
pmcraid.c
1296
* @
cfgte
: pointer to configuration table entry of the resource
1302
struct pmcraid_config_table_entry *
cfgte
)
in pmcraid_expose_resource()
1306
if (
cfgte
->resource_type == RES_TYPE_VSET) {
in pmcraid_expose_resource()
1308
retval = ((
cfgte
->unique_flags1 & 0x80) == 0);
in pmcraid_expose_resource()
1310
retval = ((
cfgte
->unique_flags0 & 0x80) == 0 &&
in pmcraid_expose_resource()
1311
(
cfgte
->unique_flags1 & 0x80) == 0);
in pmcraid_expose_resource()
1313
} else if (
cfgte
->resource_type == RES_TYPE_GSCSI)
in pmcraid_expose_resource()
1314
retval = (RES_BUS(
cfgte
->resource_address) !=
in pmcraid_expose_resource()
4959
struct pmcraid_config_table_entry *
cfgte
;
in pmcraid_init_res_table()
local
4982
cfgte
in pmcraid_init_res_table()
1301
pmcraid_expose_resource(u16 fw_version, struct pmcraid_config_table_entry *
cfgte
)
pmcraid_expose_resource()
argument
[all...]
H
A
D
ipr.c
1162
res->flags = cfgtew->u.
cfgte
->flags;
in ipr_init_res_entry()
1166
res->type = cfgtew->u.
cfgte
->rsvd_subtype & 0x0f;
in ipr_init_res_entry()
1168
res->bus = cfgtew->u.
cfgte
->res_addr.bus;
in ipr_init_res_entry()
1169
res->target = cfgtew->u.
cfgte
->res_addr.target;
in ipr_init_res_entry()
1170
res->lun = cfgtew->u.
cfgte
->res_addr.lun;
in ipr_init_res_entry()
1171
res->lun_wwn = get_unaligned_be64(cfgtew->u.
cfgte
->lun_wwn);
in ipr_init_res_entry()
1194
if (res->bus == cfgtew->u.
cfgte
->res_addr.bus &&
in ipr_is_same_device()
1195
res->target == cfgtew->u.
cfgte
->res_addr.target &&
in ipr_is_same_device()
1196
res->lun == cfgtew->u.
cfgte
->res_addr.lun)
in ipr_is_same_device()
1287
res->flags = cfgtew->u.
cfgte
in ipr_update_res_entry()
[all...]
H
A
D
pmcraid.h
323
struct pmcraid_config_table_entry
cfgte
;
member
H
A
D
ipr.h
462
struct ipr_config_table_entry *
cfgte
;
member
469
struct ipr_config_table_entry
cfgte
;
member
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
pmcraid.c
1300
* @
cfgte
: pointer to configuration table entry of the resource
1306
struct pmcraid_config_table_entry *
cfgte
)
in pmcraid_expose_resource()
1310
if (
cfgte
->resource_type == RES_TYPE_VSET) {
in pmcraid_expose_resource()
1312
retval = ((
cfgte
->unique_flags1 & 0x80) == 0);
in pmcraid_expose_resource()
1314
retval = ((
cfgte
->unique_flags0 & 0x80) == 0 &&
in pmcraid_expose_resource()
1315
(
cfgte
->unique_flags1 & 0x80) == 0);
in pmcraid_expose_resource()
1317
} else if (
cfgte
->resource_type == RES_TYPE_GSCSI)
in pmcraid_expose_resource()
1318
retval = (RES_BUS(
cfgte
->resource_address) !=
in pmcraid_expose_resource()
5482
struct pmcraid_config_table_entry *
cfgte
;
in pmcraid_init_res_table()
local
5505
cfgte
in pmcraid_init_res_table()
1305
pmcraid_expose_resource(u16 fw_version, struct pmcraid_config_table_entry *
cfgte
)
pmcraid_expose_resource()
argument
[all...]
H
A
D
ipr.c
1148
* @proto:
cfgte
device bus protocol value
1242
proto = cfgtew->u.
cfgte
->proto;
in ipr_init_res_entry()
1244
res->flags = cfgtew->u.
cfgte
->flags;
in ipr_init_res_entry()
1248
res->type = cfgtew->u.
cfgte
->rsvd_subtype & 0x0f;
in ipr_init_res_entry()
1250
res->bus = cfgtew->u.
cfgte
->res_addr.bus;
in ipr_init_res_entry()
1251
res->target = cfgtew->u.
cfgte
->res_addr.target;
in ipr_init_res_entry()
1252
res->lun = cfgtew->u.
cfgte
->res_addr.lun;
in ipr_init_res_entry()
1253
res->lun_wwn = get_unaligned_be64(cfgtew->u.
cfgte
->lun_wwn);
in ipr_init_res_entry()
1278
if (res->bus == cfgtew->u.
cfgte
->res_addr.bus &&
in ipr_is_same_device()
1279
res->target == cfgtew->u.
cfgte
in ipr_is_same_device()
[all...]
H
A
D
pmcraid.h
323
struct pmcraid_config_table_entry
cfgte
;
member
H
A
D
ipr.h
464
struct ipr_config_table_entry *
cfgte
;
member
471
struct ipr_config_table_entry
cfgte
;
member
Completed in 60 milliseconds