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:vf_affiliation
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_sas_base.c
2479
if (!instance->
vf_affiliation
) {
in megasas_get_ld_vf_affiliation_12()
2487
memset(instance->
vf_affiliation
, 0, (MAX_LOGICAL_DRIVES + 1) *
in megasas_get_ld_vf_affiliation_12()
2546
savedmap = instance->
vf_affiliation
->map;
in megasas_get_ld_vf_affiliation_12()
2550
for (j = 0; j < instance->
vf_affiliation
->ldCount;
in megasas_get_ld_vf_affiliation_12()
2575
savedmap = instance->
vf_affiliation
->map;
in megasas_get_ld_vf_affiliation_12()
2577
for (i = 0 ; i < instance->
vf_affiliation
->ldCount; i++) {
in megasas_get_ld_vf_affiliation_12()
2607
memcpy(instance->
vf_affiliation
, new_affiliation,
in megasas_get_ld_vf_affiliation_12()
7483
instance->
vf_affiliation
=
in megasas_probe_one()
7489
if (!instance->
vf_affiliation
)
in megasas_probe_one()
8029
if (instance->
vf_affiliation
)
in megasas_detach_one()
[all...]
H
A
D
megaraid_sas.h
2282
struct MR_LD_VF_AFFILIATION *
vf_affiliation
;
member
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_sas_base.c
2489
if (!instance->
vf_affiliation
) {
in megasas_get_ld_vf_affiliation_12()
2497
memset(instance->
vf_affiliation
, 0, (MAX_LOGICAL_DRIVES + 1) *
in megasas_get_ld_vf_affiliation_12()
2556
savedmap = instance->
vf_affiliation
->map;
in megasas_get_ld_vf_affiliation_12()
2560
for (j = 0; j < instance->
vf_affiliation
->ldCount;
in megasas_get_ld_vf_affiliation_12()
2585
savedmap = instance->
vf_affiliation
->map;
in megasas_get_ld_vf_affiliation_12()
2587
for (i = 0 ; i < instance->
vf_affiliation
->ldCount; i++) {
in megasas_get_ld_vf_affiliation_12()
2617
memcpy(instance->
vf_affiliation
, new_affiliation,
in megasas_get_ld_vf_affiliation_12()
7540
instance->
vf_affiliation
=
in megasas_probe_one()
7546
if (!instance->
vf_affiliation
)
in megasas_probe_one()
8059
if (instance->
vf_affiliation
)
in megasas_detach_one()
[all...]
H
A
D
megaraid_sas.h
2287
struct MR_LD_VF_AFFILIATION *
vf_affiliation
;
member
Completed in 28 milliseconds