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_pend
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
htc_drv_txrx.c
647
struct ath9k_htc_tx_event *
tx_pend
;
in ath9k_htc_txstatus()
local
662
tx_pend
= kzalloc(sizeof(struct ath9k_htc_tx_event),
in ath9k_htc_txstatus()
664
if (!
tx_pend
)
in ath9k_htc_txstatus()
667
memcpy(&
tx_pend
->txs, __txs,
in ath9k_htc_txstatus()
671
list_add_tail(&
tx_pend
->list,
in ath9k_htc_txstatus()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
htc_drv_txrx.c
652
struct ath9k_htc_tx_event *
tx_pend
;
in ath9k_htc_txstatus()
local
667
tx_pend
= kzalloc(sizeof(struct ath9k_htc_tx_event),
in ath9k_htc_txstatus()
669
if (!
tx_pend
)
in ath9k_htc_txstatus()
672
memcpy(&
tx_pend
->txs, __txs,
in ath9k_htc_txstatus()
676
list_add_tail(&
tx_pend
->list,
in ath9k_htc_txstatus()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H
A
D
txrx.c
61
ar->node_map[i].
tx_pend
++;
in ath6kl_ibss_map_epid()
65
if ((ep_map == -1) && !ar->node_map[i].
tx_pend
)
in ath6kl_ibss_map_epid()
97
ar->node_map[ep_map].
tx_pend
++;
in ath6kl_ibss_map_epid()
662
ar->node_map[map_no].
tx_pend
--;
in ath6kl_tx_clear_node_map()
664
if (ar->node_map[map_no].
tx_pend
)
in ath6kl_tx_clear_node_map()
671
if (ar->node_map[i - 1].
tx_pend
)
in ath6kl_tx_clear_node_map()
H
A
D
core.h
392
u8
tx_pend
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H
A
D
txrx.c
61
ar->node_map[i].
tx_pend
++;
in ath6kl_ibss_map_epid()
65
if ((ep_map == -1) && !ar->node_map[i].
tx_pend
)
in ath6kl_ibss_map_epid()
97
ar->node_map[ep_map].
tx_pend
++;
in ath6kl_ibss_map_epid()
662
ar->node_map[map_no].
tx_pend
--;
in ath6kl_tx_clear_node_map()
664
if (ar->node_map[map_no].
tx_pend
)
in ath6kl_tx_clear_node_map()
671
if (ar->node_map[i - 1].
tx_pend
)
in ath6kl_tx_clear_node_map()
H
A
D
core.h
392
u8
tx_pend
;
member
Completed in 12 milliseconds