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:first_empty
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H
A
D
ipw2200.c
3713
int s = q->last_used - q->
first_empty
;
in ipw_tx_queue_space()
3754
q->
first_empty
= q->last_used = 0;
in ipw_queue_init()
3849
for (; q->
first_empty
!= q->last_used;
in ipw_queue_tx_free()
5029
used = q->
first_empty
- q->last_used;
in ipw_queue_tx_reclaim()
5048
tfd = &txq->bd[q->
first_empty
];
in ipw_queue_tx_hcmd()
5049
txq->txb[q->
first_empty
] = NULL;
in ipw_queue_tx_hcmd()
5058
q->
first_empty
= ipw_queue_inc_wrap(q->
first_empty
, q->n_bd);
in ipw_queue_tx_hcmd()
5059
ipw_write32(priv, q->reg_w, q->
first_empty
);
in ipw_queue_tx_hcmd()
10129
tfd = &txq->bd[q->
first_empty
];
in ipw_tx_skb()
[all...]
H
A
D
ipw2200.h
368
int
first_empty
; /**< 1-st empty entry (index) */
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H
A
D
ipw2200.c
3667
int s = q->last_used - q->
first_empty
;
in ipw_tx_queue_space()
3708
q->
first_empty
= q->last_used = 0;
in ipw_queue_init()
3803
for (; q->
first_empty
!= q->last_used;
in ipw_queue_tx_free()
4983
used = q->
first_empty
- q->last_used;
in ipw_queue_tx_reclaim()
5002
tfd = &txq->bd[q->
first_empty
];
in ipw_queue_tx_hcmd()
5003
txq->txb[q->
first_empty
] = NULL;
in ipw_queue_tx_hcmd()
5012
q->
first_empty
= ipw_queue_inc_wrap(q->
first_empty
, q->n_bd);
in ipw_queue_tx_hcmd()
5013
ipw_write32(priv, q->reg_w, q->
first_empty
);
in ipw_queue_tx_hcmd()
10083
tfd = &txq->bd[q->
first_empty
];
in ipw_tx_skb()
[all...]
H
A
D
ipw2200.h
368
int
first_empty
; /**< 1-st empty entry (index) */
member
Completed in 34 milliseconds