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:fcoe_transport
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H
A
D
fcoe_transport.c
26
static struct
fcoe_transport
*fcoe_transport_lookup(struct net_device *device);
27
static struct
fcoe_transport
*fcoe_netdev_map_lookup(struct net_device *device);
511
static struct
fcoe_transport
*fcoe_transport_lookup(struct net_device *netdev)
in fcoe_transport_lookup()
513
struct
fcoe_transport
*ft = NULL;
in fcoe_transport_lookup()
527
int fcoe_transport_attach(struct
fcoe_transport
*ft)
in fcoe_transport_attach()
560
int fcoe_transport_detach(struct
fcoe_transport
*ft)
in fcoe_transport_detach()
600
struct
fcoe_transport
*ft = NULL;
in fcoe_transport_show()
623
struct
fcoe_transport
*ft;
in fcoe_transport_exit()
636
struct
fcoe_transport
*ft)
in fcoe_add_netdev_mapping()
683
static struct
fcoe_transport
*fcoe_netdev_map_looku
[all...]
H
A
D
Makefile
5
libfcoe-objs := fcoe_ctlr.o
fcoe_transport
.o fcoe_sysfs.o
H
A
D
fcoe.c
2452
static struct
fcoe_transport
fcoe_sw_transport = {
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H
A
D
fcoe_transport.c
27
static struct
fcoe_transport
*fcoe_transport_lookup(struct net_device *device);
28
static struct
fcoe_transport
*fcoe_netdev_map_lookup(struct net_device *device);
512
static struct
fcoe_transport
*fcoe_transport_lookup(struct net_device *netdev)
in fcoe_transport_lookup()
514
struct
fcoe_transport
*ft = NULL;
in fcoe_transport_lookup()
528
int fcoe_transport_attach(struct
fcoe_transport
*ft)
in fcoe_transport_attach()
561
int fcoe_transport_detach(struct
fcoe_transport
*ft)
in fcoe_transport_detach()
601
struct
fcoe_transport
*ft = NULL;
in fcoe_transport_show()
624
struct
fcoe_transport
*ft;
in fcoe_transport_exit()
637
struct
fcoe_transport
*ft)
in fcoe_add_netdev_mapping()
684
static struct
fcoe_transport
*fcoe_netdev_map_looku
[all...]
H
A
D
Makefile
5
libfcoe-objs := fcoe_ctlr.o
fcoe_transport
.o fcoe_sysfs.o
H
A
D
fcoe.c
2438
static struct
fcoe_transport
fcoe_sw_transport = {
/kernel/linux/linux-5.10/include/scsi/
H
A
D
libfcoe.h
290
/* struct
fcoe_transport
- The FCoE transport interface
303
struct
fcoe_transport
{
struct
385
* A mapping from netdevice to
fcoe_transport
390
struct
fcoe_transport
*ft;
394
int fcoe_transport_attach(struct
fcoe_transport
*ft);
395
int fcoe_transport_detach(struct
fcoe_transport
*ft);
/kernel/linux/linux-6.6/include/scsi/
H
A
D
libfcoe.h
291
/* struct
fcoe_transport
- The FCoE transport interface
304
struct
fcoe_transport
{
struct
387
* A mapping from netdevice to
fcoe_transport
392
struct
fcoe_transport
*ft;
396
int fcoe_transport_attach(struct
fcoe_transport
*ft);
397
int fcoe_transport_detach(struct
fcoe_transport
*ft);
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
2597
static struct
fcoe_transport
bnx2fc_transport = {
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
2589
static struct
fcoe_transport
bnx2fc_transport = {
Completed in 17 milliseconds