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:fip_packet_type
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H
A
D
fcoe.h
58
* @
fip_packet_type
: FIP packet type
70
struct packet_type
fip_packet_type
;
member
H
A
D
fcoe.c
358
fcoe->
fip_packet_type
.func = fcoe_fip_recv;
in fcoe_interface_setup()
359
fcoe->
fip_packet_type
.type = htons(ETH_P_FIP);
in fcoe_interface_setup()
360
fcoe->
fip_packet_type
.dev = netdev;
in fcoe_interface_setup()
361
dev_add_pack(&fcoe->
fip_packet_type
);
in fcoe_interface_setup()
455
__dev_remove_pack(&fcoe->
fip_packet_type
);
in fcoe_interface_remove()
516
fcoe = container_of(ptype, struct fcoe_interface,
fip_packet_type
);
in fcoe_fip_recv()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H
A
D
fcoe.h
58
* @
fip_packet_type
: FIP packet type
70
struct packet_type
fip_packet_type
;
member
H
A
D
fcoe.c
358
fcoe->
fip_packet_type
.func = fcoe_fip_recv;
in fcoe_interface_setup()
359
fcoe->
fip_packet_type
.type = htons(ETH_P_FIP);
in fcoe_interface_setup()
360
fcoe->
fip_packet_type
.dev = netdev;
in fcoe_interface_setup()
361
dev_add_pack(&fcoe->
fip_packet_type
);
in fcoe_interface_setup()
455
__dev_remove_pack(&fcoe->
fip_packet_type
);
in fcoe_interface_remove()
515
fcoe = container_of(ptype, struct fcoe_interface,
fip_packet_type
);
in fcoe_fip_recv()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
1064
fip_packet_type
);
in bnx2fc_fip_recv()
1266
interface->
fip_packet_type
.func = bnx2fc_fip_recv;
in bnx2fc_interface_setup()
1267
interface->
fip_packet_type
.type = htons(ETH_P_FIP);
in bnx2fc_interface_setup()
1268
interface->
fip_packet_type
.dev = netdev;
in bnx2fc_interface_setup()
1269
dev_add_pack(&interface->
fip_packet_type
);
in bnx2fc_interface_setup()
1598
__dev_remove_pack(&interface->
fip_packet_type
);
in bnx2fc_net_cleanup()
H
A
D
bnx2fc.h
261
struct packet_type
fip_packet_type
;
member
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
1056
fip_packet_type
);
in bnx2fc_fip_recv()
1258
interface->
fip_packet_type
.func = bnx2fc_fip_recv;
in bnx2fc_interface_setup()
1259
interface->
fip_packet_type
.type = htons(ETH_P_FIP);
in bnx2fc_interface_setup()
1260
interface->
fip_packet_type
.dev = netdev;
in bnx2fc_interface_setup()
1261
dev_add_pack(&interface->
fip_packet_type
);
in bnx2fc_interface_setup()
1590
__dev_remove_pack(&interface->
fip_packet_type
);
in bnx2fc_net_cleanup()
H
A
D
bnx2fc.h
258
struct packet_type
fip_packet_type
;
member
Completed in 18 milliseconds