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:ipw_rx_queue
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H
A
D
ipw2200.h
706
struct
ipw_rx_queue
{
struct
1191
struct
ipw_rx_queue
*rxq;
H
A
D
ipw2200.c
207
static struct
ipw_rx_queue
*ipw_rx_queue_alloc(struct ipw_priv *);
208
static void ipw_rx_queue_free(struct ipw_priv *, struct
ipw_rx_queue
*);
3429
struct
ipw_rx_queue
*rxq)
in ipw_rx_queue_reset()
3699
static int ipw_rx_queue_space(const struct
ipw_rx_queue
*q)
in ipw_rx_queue_space()
5140
struct
ipw_rx_queue
*rxq = priv->rxq;
in ipw_rx_queue_restock()
5180
struct
ipw_rx_queue
*rxq = priv->rxq;
in ipw_rx_queue_replenish()
5226
static void ipw_rx_queue_free(struct ipw_priv *priv, struct
ipw_rx_queue
*rxq)
in ipw_rx_queue_free()
5245
static struct
ipw_rx_queue
*ipw_rx_queue_alloc(struct ipw_priv *priv)
in ipw_rx_queue_alloc()
5247
struct
ipw_rx_queue
*rxq;
in ipw_rx_queue_alloc()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H
A
D
ipw2200.h
706
struct
ipw_rx_queue
{
struct
1190
struct
ipw_rx_queue
*rxq;
H
A
D
ipw2200.c
207
static struct
ipw_rx_queue
*ipw_rx_queue_alloc(struct ipw_priv *);
208
static void ipw_rx_queue_free(struct ipw_priv *, struct
ipw_rx_queue
*);
3383
struct
ipw_rx_queue
*rxq)
in ipw_rx_queue_reset()
3653
static int ipw_rx_queue_space(const struct
ipw_rx_queue
*q)
in ipw_rx_queue_space()
5094
struct
ipw_rx_queue
*rxq = priv->rxq;
in ipw_rx_queue_restock()
5134
struct
ipw_rx_queue
*rxq = priv->rxq;
in ipw_rx_queue_replenish()
5180
static void ipw_rx_queue_free(struct ipw_priv *priv, struct
ipw_rx_queue
*rxq)
in ipw_rx_queue_free()
5199
static struct
ipw_rx_queue
*ipw_rx_queue_alloc(struct ipw_priv *priv)
in ipw_rx_queue_alloc()
5201
struct
ipw_rx_queue
*rxq;
in ipw_rx_queue_alloc()
Completed in 38 milliseconds