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_percpu_s
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/
H
A
D
libfcoe.h
316
* struct
fcoe_percpu_s
- The context for FCoE receive thread(s)
324
struct
fcoe_percpu_s
{
struct
377
struct
fcoe_percpu_s
*fps);
/kernel/linux/linux-6.6/include/scsi/
H
A
D
libfcoe.h
317
* struct
fcoe_percpu_s
- The context for FCoE receive thread(s)
325
struct
fcoe_percpu_s
{
struct
379
struct
fcoe_percpu_s
*fps);
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H
A
D
fcoe.c
69
static DEFINE_PER_CPU(struct
fcoe_percpu_s
, fcoe_percpu);
1289
struct
fcoe_percpu_s
*p;
in fcoe_thread_cleanup_local()
1343
struct
fcoe_percpu_s
*fps;
in fcoe_rcv()
1454
struct
fcoe_percpu_s
*fps;
in fcoe_alloc_paged_crc_eof()
1738
struct
fcoe_percpu_s
*p;
in fcoe_receive_work()
1742
p = container_of(work, struct
fcoe_percpu_s
, work);
in fcoe_receive_work()
2338
struct
fcoe_percpu_s
*pp;
in fcoe_percpu_clean()
2471
struct
fcoe_percpu_s
*p;
in fcoe_init()
H
A
D
fcoe_transport.c
470
struct
fcoe_percpu_s
*fps)
in fcoe_get_paged_crc_eof()
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H
A
D
fcoe.c
69
static DEFINE_PER_CPU(struct
fcoe_percpu_s
, fcoe_percpu);
1288
struct
fcoe_percpu_s
*p;
in fcoe_thread_cleanup_local()
1342
struct
fcoe_percpu_s
*fps;
in fcoe_rcv()
1452
struct
fcoe_percpu_s
*fps;
in fcoe_alloc_paged_crc_eof()
1728
struct
fcoe_percpu_s
*p;
in fcoe_receive_work()
1732
p = container_of(work, struct
fcoe_percpu_s
, work);
in fcoe_receive_work()
2324
struct
fcoe_percpu_s
*pp;
in fcoe_percpu_clean()
2457
struct
fcoe_percpu_s
*p;
in fcoe_init()
H
A
D
fcoe_transport.c
471
struct
fcoe_percpu_s
*fps)
in fcoe_get_paged_crc_eof()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
49
/* bnx2fc structure needs only one instance of the
fcoe_percpu_s
structure.
52
struct
fcoe_percpu_s
bnx2fc_global;
149
struct
fcoe_percpu_s
*bg;
in bnx2fc_clean_rx_queue()
432
struct
fcoe_percpu_s
*bg;
in bnx2fc_rcv()
483
struct
fcoe_percpu_s
*bg = arg;
in bnx2fc_l2_rcv_thread()
2682
struct
fcoe_percpu_s
*bg;
in bnx2fc_mod_init()
2759
struct
fcoe_percpu_s
*bg;
in bnx2fc_mod_exit()
H
A
D
bnx2fc.h
167
/* bnx2fc driver uses only one instance of
fcoe_percpu_s
*/
168
extern struct
fcoe_percpu_s
bnx2fc_global;
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
51
/* bnx2fc structure needs only one instance of the
fcoe_percpu_s
structure.
54
struct
fcoe_percpu_s
bnx2fc_global;
151
struct
fcoe_percpu_s
*bg;
in bnx2fc_clean_rx_queue()
431
struct
fcoe_percpu_s
*bg;
in bnx2fc_rcv()
482
struct
fcoe_percpu_s
*bg = arg;
in bnx2fc_l2_rcv_thread()
2674
struct
fcoe_percpu_s
*bg;
in bnx2fc_mod_init()
2750
struct
fcoe_percpu_s
*bg;
in bnx2fc_mod_exit()
H
A
D
bnx2fc.h
164
/* bnx2fc driver uses only one instance of
fcoe_percpu_s
*/
165
extern struct
fcoe_percpu_s
bnx2fc_global;
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf_main.c
117
static struct
fcoe_percpu_s
qedf_global;
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf_main.c
117
static struct
fcoe_percpu_s
qedf_global;
Completed in 29 milliseconds