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:tx_rollover_ind
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
pcie.h
143
u32
tx_rollover_ind
;
member
258
((card->txbd_wrptr & reg->
tx_rollover_ind
) !=
in mwifiex_pcie_txbd_empty()
259
(rdptr & reg->
tx_rollover_ind
)))
in mwifiex_pcie_txbd_empty()
266
((card->txbd_wrptr & reg->
tx_rollover_ind
) ==
in mwifiex_pcie_txbd_empty()
267
(rdptr & reg->
tx_rollover_ind
)))
in mwifiex_pcie_txbd_empty()
284
((card->txbd_wrptr & reg->
tx_rollover_ind
) !=
in mwifiex_pcie_txbd_not_full()
285
(card->txbd_rdptr & reg->
tx_rollover_ind
)))
in mwifiex_pcie_txbd_not_full()
292
((card->txbd_wrptr & reg->
tx_rollover_ind
) ==
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
56
.
tx_rollover_ind
= MWIFIEX_BD_FLAG_ROLLOVER_IND,
88
.
tx_rollover_ind
= MWIFIEX_BD_FLAG_TX_ROLLOVER_IND,
125
.
tx_rollover_ind
= BIT(28),
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()
1357
((card->txbd_rdptr & reg->
tx_rollover_ind
) !=
in mwifiex_pcie_send_data_complete()
1358
(rdptr & reg->
tx_rollover_ind
))) {
in mwifiex_pcie_send_data_complete()
1403
reg->
tx_rollover_ind
) ^
in mwifiex_pcie_send_data_complete()
1404
reg->
tx_rollover_ind
);
in mwifiex_pcie_send_data_complete()
1498
reg->
tx_rollover_ind
)
in mwifiex_pcie_send_data()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
pcie.h
131
u32
tx_rollover_ind
;
member
247
((card->txbd_wrptr & reg->
tx_rollover_ind
) !=
in mwifiex_pcie_txbd_empty()
248
(rdptr & reg->
tx_rollover_ind
)))
in mwifiex_pcie_txbd_empty()
255
((card->txbd_wrptr & reg->
tx_rollover_ind
) ==
in mwifiex_pcie_txbd_empty()
256
(rdptr & reg->
tx_rollover_ind
)))
in mwifiex_pcie_txbd_empty()
273
((card->txbd_wrptr & reg->
tx_rollover_ind
) !=
in mwifiex_pcie_txbd_not_full()
274
(card->txbd_rdptr & reg->
tx_rollover_ind
)))
in mwifiex_pcie_txbd_not_full()
281
((card->txbd_wrptr & reg->
tx_rollover_ind
) ==
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
45
.
tx_rollover_ind
= MWIFIEX_BD_FLAG_ROLLOVER_IND,
77
.
tx_rollover_ind
= MWIFIEX_BD_FLAG_TX_ROLLOVER_IND,
114
.
tx_rollover_ind
= BIT(28),
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()
1355
((card->txbd_rdptr & reg->
tx_rollover_ind
) !=
in mwifiex_pcie_send_data_complete()
1356
(rdptr & reg->
tx_rollover_ind
))) {
in mwifiex_pcie_send_data_complete()
1401
reg->
tx_rollover_ind
) ^
in mwifiex_pcie_send_data_complete()
1402
reg->
tx_rollover_ind
);
in mwifiex_pcie_send_data_complete()
1496
reg->
tx_rollover_ind
)
in mwifiex_pcie_send_data()
[all...]
Completed in 7 milliseconds