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:fcf_dev
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
165
struct fcoe_fcf_device *temp, *
fcf_dev
;
in fcoe_sysfs_fcf_add()
local
195
fcf_dev
= fcoe_fcf_device_add(ctlr_dev, temp);
in fcoe_sysfs_fcf_add()
196
if (unlikely(!
fcf_dev
)) {
in fcoe_sysfs_fcf_add()
212
BUG_ON(
fcf_dev
->priv);
in fcoe_sysfs_fcf_add()
214
fcf_dev
->priv = new;
in fcoe_sysfs_fcf_add()
215
new->
fcf_dev
=
fcf_dev
;
in fcoe_sysfs_fcf_add()
238
struct fcoe_fcf_device *
fcf_dev
;
in fcoe_sysfs_fcf_del()
local
255
fcf_dev
= fcoe_fcf_to_fcf_dev(new);
in fcoe_sysfs_fcf_del()
256
WARN_ON(!
fcf_dev
);
in fcoe_sysfs_fcf_del()
3222
fcoe_fcf_get_selected(struct fcoe_
fcf_dev
ice *
fcf_dev
)
fcoe_fcf_get_selected()
argument
[all...]
H
A
D
fcoe.c
2806
static void fcoe_fcf_get_vlan_id(struct fcoe_fcf_device *
fcf_dev
)
in fcoe_fcf_get_vlan_id()
argument
2809
fcoe_fcf_dev_to_ctlr_dev(
fcf_dev
);
in fcoe_fcf_get_vlan_id()
2813
fcf_dev
->vlan_id = vlan_dev_vlan_id(fcoe->netdev);
in fcoe_fcf_get_vlan_id()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H
A
D
fcoe_ctlr.c
165
struct fcoe_fcf_device *temp, *
fcf_dev
;
in fcoe_sysfs_fcf_add()
local
195
fcf_dev
= fcoe_fcf_device_add(ctlr_dev, temp);
in fcoe_sysfs_fcf_add()
196
if (unlikely(!
fcf_dev
)) {
in fcoe_sysfs_fcf_add()
212
BUG_ON(
fcf_dev
->priv);
in fcoe_sysfs_fcf_add()
214
fcf_dev
->priv = new;
in fcoe_sysfs_fcf_add()
215
new->
fcf_dev
=
fcf_dev
;
in fcoe_sysfs_fcf_add()
238
struct fcoe_fcf_device *
fcf_dev
;
in fcoe_sysfs_fcf_del()
local
255
fcf_dev
= fcoe_fcf_to_fcf_dev(new);
in fcoe_sysfs_fcf_del()
256
WARN_ON(!
fcf_dev
);
in fcoe_sysfs_fcf_del()
3214
fcoe_fcf_get_selected(struct fcoe_
fcf_dev
ice *
fcf_dev
)
fcoe_fcf_get_selected()
argument
[all...]
H
A
D
fcoe.c
2793
static void fcoe_fcf_get_vlan_id(struct fcoe_fcf_device *
fcf_dev
)
in fcoe_fcf_get_vlan_id()
argument
2796
fcoe_fcf_dev_to_ctlr_dev(
fcf_dev
);
in fcoe_fcf_get_vlan_id()
2800
fcf_dev
->vlan_id = vlan_dev_vlan_id(fcoe->netdev);
in fcoe_fcf_get_vlan_id()
/kernel/linux/linux-5.10/include/scsi/
H
A
D
libfcoe.h
178
* @
fcf_dev
: The associated fcoe_fcf_device instance
202
struct fcoe_fcf_device *
fcf_dev
;
member
220
((x)->
fcf_dev
)
/kernel/linux/linux-6.6/include/scsi/
H
A
D
libfcoe.h
179
* @
fcf_dev
: The associated fcoe_fcf_device instance
203
struct fcoe_fcf_device *
fcf_dev
;
member
221
((x)->
fcf_dev
)
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
137
static void bnx2fc_fcf_get_vlan_id(struct fcoe_fcf_device *
fcf_dev
)
in bnx2fc_fcf_get_vlan_id()
argument
140
fcoe_fcf_dev_to_ctlr_dev(
fcf_dev
);
in bnx2fc_fcf_get_vlan_id()
144
fcf_dev
->vlan_id = fcoe->vlan_id;
in bnx2fc_fcf_get_vlan_id()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
139
static void bnx2fc_fcf_get_vlan_id(struct fcoe_fcf_device *
fcf_dev
)
in bnx2fc_fcf_get_vlan_id()
argument
142
fcoe_fcf_dev_to_ctlr_dev(
fcf_dev
);
in bnx2fc_fcf_get_vlan_id()
146
fcf_dev
->vlan_id = fcoe->vlan_id;
in bnx2fc_fcf_get_vlan_id()
Completed in 32 milliseconds