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:rq_enet_desc
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/
H
A
D
rq_enet_desc.h
24
struct
rq_enet_desc
{
struct
43
static inline void rq_enet_desc_enc(struct
rq_enet_desc
*desc,
in rq_enet_desc_enc()
51
static inline void rq_enet_desc_dec(struct
rq_enet_desc
*desc,
in rq_enet_desc_dec()
H
A
D
enic_res.h
24
#include "
rq_enet_desc
.h"
126
struct
rq_enet_desc
*desc = vnic_rq_next_desc(rq);
in enic_queue_rq_desc()
H
A
D
enic_res.c
27
#include "
rq_enet_desc
.h"
348
sizeof(struct
rq_enet_desc
));
in enic_alloc_vnic_resources()
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H
A
D
rq_enet_desc.h
22
struct
rq_enet_desc
{
struct
41
static inline void rq_enet_desc_enc(struct
rq_enet_desc
*desc,
in rq_enet_desc_enc()
49
static inline void rq_enet_desc_dec(struct
rq_enet_desc
*desc,
in rq_enet_desc_dec()
H
A
D
fnic_res.h
22
#include "
rq_enet_desc
.h"
227
struct
rq_enet_desc
*desc = vnic_rq_next_desc(rq);
in fnic_queue_rq_desc()
H
A
D
fnic_res.c
22
#include "
rq_enet_desc
.h"
277
sizeof(struct
rq_enet_desc
));
in fnic_alloc_vnic_resources()
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/
H
A
D
rq_enet_desc.h
11
struct
rq_enet_desc
{
struct
30
static inline void rq_enet_desc_enc(struct
rq_enet_desc
*desc,
in rq_enet_desc_enc()
38
static inline void rq_enet_desc_dec(struct
rq_enet_desc
*desc,
in rq_enet_desc_dec()
H
A
D
enic_res.h
11
#include "
rq_enet_desc
.h"
113
struct
rq_enet_desc
*desc = vnic_rq_next_desc(rq);
in enic_queue_rq_desc()
H
A
D
enic_res.c
14
#include "
rq_enet_desc
.h"
335
sizeof(struct
rq_enet_desc
));
in enic_alloc_vnic_resources()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H
A
D
rq_enet_desc.h
10
struct
rq_enet_desc
{
struct
29
static inline void rq_enet_desc_enc(struct
rq_enet_desc
*desc,
in rq_enet_desc_enc()
37
static inline void rq_enet_desc_dec(struct
rq_enet_desc
*desc,
in rq_enet_desc_dec()
H
A
D
fnic_res.h
10
#include "
rq_enet_desc
.h"
215
struct
rq_enet_desc
*desc = vnic_rq_next_desc(rq);
in fnic_queue_rq_desc()
H
A
D
fnic_res.c
10
#include "
rq_enet_desc
.h"
265
sizeof(struct
rq_enet_desc
));
in fnic_alloc_vnic_resources()
Completed in 5 milliseconds