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:txbd_rdptr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
pcie.h
207
u32
txbd_rdptr
;
member
283
(card->
txbd_rdptr
& reg->tx_mask)) ||
in mwifiex_pcie_txbd_not_full()
285
(card->
txbd_rdptr
& reg->tx_rollover_ind)))
in mwifiex_pcie_txbd_not_full()
291
(card->
txbd_rdptr
& reg->tx_mask)) ||
in mwifiex_pcie_txbd_not_full()
293
(card->
txbd_rdptr
& reg->tx_rollover_ind)))
in mwifiex_pcie_txbd_not_full()
H
A
D
pcie.c
1003
card->
txbd_rdptr
= 0;
in mwifiex_pcie_create_txbd_ring()
1005
card->
txbd_rdptr
|= reg->tx_rollover_ind;
in mwifiex_pcie_create_txbd_ring()
1052
card->
txbd_rdptr
= 0 | reg->tx_rollover_ind;
in mwifiex_pcie_delete_txbd_ring()
1312
if (!mwifiex_pcie_txbd_empty(card, card->
txbd_rdptr
)) {
in mwifiex_clean_pcie_ring_buf()
1351
card->
txbd_rdptr
, rdptr);
in mwifiex_pcie_send_data_complete()
1354
/* free from previous
txbd_rdptr
to current
txbd_rdptr
*/
in mwifiex_pcie_send_data_complete()
1355
while (((card->
txbd_rdptr
& reg->tx_mask) !=
in mwifiex_pcie_send_data_complete()
1357
((card->
txbd_rdptr
& reg->tx_rollover_ind) !=
in mwifiex_pcie_send_data_complete()
1359
wrdoneidx = (card->
txbd_rdptr
in mwifiex_pcie_send_data_complete()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
pcie.h
195
u32
txbd_rdptr
;
member
272
(card->
txbd_rdptr
& reg->tx_mask)) ||
in mwifiex_pcie_txbd_not_full()
274
(card->
txbd_rdptr
& reg->tx_rollover_ind)))
in mwifiex_pcie_txbd_not_full()
280
(card->
txbd_rdptr
& reg->tx_mask)) ||
in mwifiex_pcie_txbd_not_full()
282
(card->
txbd_rdptr
& reg->tx_rollover_ind)))
in mwifiex_pcie_txbd_not_full()
H
A
D
pcie.c
1001
card->
txbd_rdptr
= 0;
in mwifiex_pcie_create_txbd_ring()
1003
card->
txbd_rdptr
|= reg->tx_rollover_ind;
in mwifiex_pcie_create_txbd_ring()
1050
card->
txbd_rdptr
= 0 | reg->tx_rollover_ind;
in mwifiex_pcie_delete_txbd_ring()
1310
if (!mwifiex_pcie_txbd_empty(card, card->
txbd_rdptr
)) {
in mwifiex_clean_pcie_ring_buf()
1349
card->
txbd_rdptr
, rdptr);
in mwifiex_pcie_send_data_complete()
1352
/* free from previous
txbd_rdptr
to current
txbd_rdptr
*/
in mwifiex_pcie_send_data_complete()
1353
while (((card->
txbd_rdptr
& reg->tx_mask) !=
in mwifiex_pcie_send_data_complete()
1355
((card->
txbd_rdptr
& reg->tx_rollover_ind) !=
in mwifiex_pcie_send_data_complete()
1357
wrdoneidx = (card->
txbd_rdptr
in mwifiex_pcie_send_data_complete()
[all...]
Completed in 7 milliseconds