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_wrptr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
pcie.h
206
u32
txbd_wrptr
;
member
256
if (((card->
txbd_wrptr
& reg->tx_mask) ==
in mwifiex_pcie_txbd_empty()
258
((card->
txbd_wrptr
& reg->tx_rollover_ind) !=
in mwifiex_pcie_txbd_empty()
264
if (((card->
txbd_wrptr
& reg->tx_mask) ==
in mwifiex_pcie_txbd_empty()
266
((card->
txbd_wrptr
& reg->tx_rollover_ind) ==
in mwifiex_pcie_txbd_empty()
282
if (((card->
txbd_wrptr
& reg->tx_mask) !=
in mwifiex_pcie_txbd_not_full()
284
((card->
txbd_wrptr
& reg->tx_rollover_ind) !=
in mwifiex_pcie_txbd_not_full()
290
if (((card->
txbd_wrptr
& reg->tx_mask) !=
in mwifiex_pcie_txbd_not_full()
292
((card->
txbd_wrptr
& reg->tx_rollover_ind) ==
in mwifiex_pcie_txbd_not_full()
H
A
D
pcie.c
1000
card->
txbd_wrptr
= 0;
in mwifiex_pcie_create_txbd_ring()
1051
card->
txbd_wrptr
= 0;
in mwifiex_pcie_delete_txbd_ring()
1452
card->txbd_rdptr, card->
txbd_wrptr
);
in mwifiex_pcie_send_data()
1465
wrindx = (card->
txbd_wrptr
& reg->tx_mask) >> reg->tx_start_ptr;
in mwifiex_pcie_send_data()
1488
card->
txbd_wrptr
++;
in mwifiex_pcie_send_data()
1492
card->
txbd_wrptr
+= reg->ring_tx_start_ptr;
in mwifiex_pcie_send_data()
1496
if ((card->
txbd_wrptr
& reg->tx_mask) == num_tx_buffs)
in mwifiex_pcie_send_data()
1497
card->
txbd_wrptr
= ((card->
txbd_wrptr
&
in mwifiex_pcie_send_data()
1504
card->
txbd_wrptr
| rx_va
in mwifiex_pcie_send_data()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
pcie.h
194
u32
txbd_wrptr
;
member
245
if (((card->
txbd_wrptr
& reg->tx_mask) ==
in mwifiex_pcie_txbd_empty()
247
((card->
txbd_wrptr
& reg->tx_rollover_ind) !=
in mwifiex_pcie_txbd_empty()
253
if (((card->
txbd_wrptr
& reg->tx_mask) ==
in mwifiex_pcie_txbd_empty()
255
((card->
txbd_wrptr
& reg->tx_rollover_ind) ==
in mwifiex_pcie_txbd_empty()
271
if (((card->
txbd_wrptr
& reg->tx_mask) !=
in mwifiex_pcie_txbd_not_full()
273
((card->
txbd_wrptr
& reg->tx_rollover_ind) !=
in mwifiex_pcie_txbd_not_full()
279
if (((card->
txbd_wrptr
& reg->tx_mask) !=
in mwifiex_pcie_txbd_not_full()
281
((card->
txbd_wrptr
& reg->tx_rollover_ind) ==
in mwifiex_pcie_txbd_not_full()
H
A
D
pcie.c
998
card->
txbd_wrptr
= 0;
in mwifiex_pcie_create_txbd_ring()
1049
card->
txbd_wrptr
= 0;
in mwifiex_pcie_delete_txbd_ring()
1450
card->txbd_rdptr, card->
txbd_wrptr
);
in mwifiex_pcie_send_data()
1463
wrindx = (card->
txbd_wrptr
& reg->tx_mask) >> reg->tx_start_ptr;
in mwifiex_pcie_send_data()
1486
card->
txbd_wrptr
++;
in mwifiex_pcie_send_data()
1490
card->
txbd_wrptr
+= reg->ring_tx_start_ptr;
in mwifiex_pcie_send_data()
1494
if ((card->
txbd_wrptr
& reg->tx_mask) == num_tx_buffs)
in mwifiex_pcie_send_data()
1495
card->
txbd_wrptr
= ((card->
txbd_wrptr
&
in mwifiex_pcie_send_data()
1502
card->
txbd_wrptr
| rx_va
in mwifiex_pcie_send_data()
[all...]
Completed in 7 milliseconds