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_paused
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
wmm.c
183
ra_list->
tx_paused
= node->tx_pause;
in mwifiex_ralist_add()
664
if (ra_list && ra_list->
tx_paused
!= tx_pause) {
in mwifiex_update_ralist_tx_pause()
666
ra_list->
tx_paused
= tx_pause;
in mwifiex_update_ralist_tx_pause()
707
if (ra_list->
tx_paused
!= tx_pause) {
in mwifiex_update_ralist_tx_pause_in_tdls_cs()
709
ra_list->
tx_paused
= tx_pause;
in mwifiex_update_ralist_tx_pause_in_tdls_cs()
772
if (ra_list->
tx_paused
)
in mwifiex_wmm_del_peer_ra_list()
907
if (ra_list->
tx_paused
)
in mwifiex_wmm_add_buf_txqueue()
1141
if (!ptr->
tx_paused
&&
in mwifiex_wmm_get_highest_priolist_ptr()
H
A
D
uap_txrx.c
53
if (ra_list->
tx_paused
)
in mwifiex_uap_del_tx_pkts_in_ralist()
H
A
D
main.h
314
bool
tx_paused
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
wmm.c
171
ra_list->
tx_paused
= node->tx_pause;
in mwifiex_ralist_add()
652
if (ra_list && ra_list->
tx_paused
!= tx_pause) {
in mwifiex_update_ralist_tx_pause()
654
ra_list->
tx_paused
= tx_pause;
in mwifiex_update_ralist_tx_pause()
695
if (ra_list->
tx_paused
!= tx_pause) {
in mwifiex_update_ralist_tx_pause_in_tdls_cs()
697
ra_list->
tx_paused
= tx_pause;
in mwifiex_update_ralist_tx_pause_in_tdls_cs()
760
if (ra_list->
tx_paused
)
in mwifiex_wmm_del_peer_ra_list()
895
if (ra_list->
tx_paused
)
in mwifiex_wmm_add_buf_txqueue()
1129
if (!ptr->
tx_paused
&&
in mwifiex_wmm_get_highest_priolist_ptr()
H
A
D
uap_txrx.c
41
if (ra_list->
tx_paused
)
in mwifiex_uap_del_tx_pkts_in_ralist()
H
A
D
main.h
304
bool
tx_paused
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
core.h
582
unsigned long
tx_paused
; /* arbitrary values defined by target */
member
1209
unsigned long
tx_paused
; /* see ATH10K_TX_PAUSE_ */
member
H
A
D
mac.c
3420
ar->
tx_paused
|= BIT(reason);
in ath10k_mac_tx_lock()
3430
if (arvif->
tx_paused
)
in ath10k_mac_tx_unlock_iter()
3441
ar->
tx_paused
&= ~BIT(reason);
in ath10k_mac_tx_unlock()
3443
if (ar->
tx_paused
)
in ath10k_mac_tx_unlock()
3461
arvif->
tx_paused
|= BIT(reason);
in ath10k_mac_vif_tx_lock()
3472
arvif->
tx_paused
&= ~BIT(reason);
in ath10k_mac_vif_tx_unlock()
3474
if (ar->
tx_paused
)
in ath10k_mac_vif_tx_unlock()
3477
if (arvif->
tx_paused
)
in ath10k_mac_vif_tx_unlock()
4599
ar->
tx_paused
= 0;
in ath10k_halt()
5705
if (!ar->
tx_paused
)
in ath10k_add_interface()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
core.h
584
unsigned long
tx_paused
; /* arbitrary values defined by target */
member
1228
unsigned long
tx_paused
; /* see ATH10K_TX_PAUSE_ */
member
H
A
D
mac.c
3591
ar->
tx_paused
|= BIT(reason);
in ath10k_mac_tx_lock()
3601
if (arvif->
tx_paused
)
in ath10k_mac_tx_unlock_iter()
3612
ar->
tx_paused
&= ~BIT(reason);
in ath10k_mac_tx_unlock()
3614
if (ar->
tx_paused
)
in ath10k_mac_tx_unlock()
3632
arvif->
tx_paused
|= BIT(reason);
in ath10k_mac_vif_tx_lock()
3643
arvif->
tx_paused
&= ~BIT(reason);
in ath10k_mac_vif_tx_unlock()
3645
if (ar->
tx_paused
)
in ath10k_mac_vif_tx_unlock()
3648
if (arvif->
tx_paused
)
in ath10k_mac_vif_tx_unlock()
4790
ar->
tx_paused
= 0;
in ath10k_halt()
5853
if (!ar->
tx_paused
)
in ath10k_add_interface()
[all...]
Completed in 33 milliseconds