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:status_priv
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/
H
A
D
tx.c
134
struct wl18xx_fw_status_priv *
status_priv
=
in wl18xx_tx_immediate_complete()
local
140
if (priv->last_fw_rls_idx ==
status_priv
->fw_release_idx)
in wl18xx_tx_immediate_complete()
155
priv->last_fw_rls_idx,
status_priv
->fw_release_idx);
in wl18xx_tx_immediate_complete()
157
if (
status_priv
->fw_release_idx >= WL18XX_FW_MAX_TX_STATUS_DESC) {
in wl18xx_tx_immediate_complete()
159
status_priv
->fw_release_idx);
in wl18xx_tx_immediate_complete()
165
i !=
status_priv
->fw_release_idx;
in wl18xx_tx_immediate_complete()
168
status_priv
->released_tx_desc[i]);
in wl18xx_tx_immediate_complete()
173
priv->last_fw_rls_idx =
status_priv
->fw_release_idx;
in wl18xx_tx_immediate_complete()
H
A
D
main.c
1652
struct wl18xx_fw_status_priv *
status_priv
=
in wl18xx_lnk_high_prio()
local
1657
if (!
status_priv
)
in wl18xx_lnk_high_prio()
1661
suspend_bitmap = le32_to_cpu(
status_priv
->link_suspend_bitmap);
in wl18xx_lnk_high_prio()
1668
thold =
status_priv
->tx_fast_link_prio_threshold;
in wl18xx_lnk_high_prio()
1670
thold =
status_priv
->tx_slow_link_prio_threshold;
in wl18xx_lnk_high_prio()
1679
struct wl18xx_fw_status_priv *
status_priv
=
in wl18xx_lnk_low_prio()
local
1684
if (!
status_priv
)
in wl18xx_lnk_low_prio()
1687
suspend_bitmap = le32_to_cpu(
status_priv
->link_suspend_bitmap);
in wl18xx_lnk_low_prio()
1689
thold =
status_priv
->tx_suspend_threshold;
in wl18xx_lnk_low_prio()
1692
thold =
status_priv
in wl18xx_lnk_low_prio()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/
H
A
D
tx.c
134
struct wl18xx_fw_status_priv *
status_priv
=
in wl18xx_tx_immediate_complete()
local
140
if (priv->last_fw_rls_idx ==
status_priv
->fw_release_idx)
in wl18xx_tx_immediate_complete()
155
priv->last_fw_rls_idx,
status_priv
->fw_release_idx);
in wl18xx_tx_immediate_complete()
157
if (
status_priv
->fw_release_idx >= WL18XX_FW_MAX_TX_STATUS_DESC) {
in wl18xx_tx_immediate_complete()
159
status_priv
->fw_release_idx);
in wl18xx_tx_immediate_complete()
165
i !=
status_priv
->fw_release_idx;
in wl18xx_tx_immediate_complete()
168
status_priv
->released_tx_desc[i]);
in wl18xx_tx_immediate_complete()
173
priv->last_fw_rls_idx =
status_priv
->fw_release_idx;
in wl18xx_tx_immediate_complete()
H
A
D
main.c
1652
struct wl18xx_fw_status_priv *
status_priv
=
in wl18xx_lnk_high_prio()
local
1657
if (!
status_priv
)
in wl18xx_lnk_high_prio()
1661
suspend_bitmap = le32_to_cpu(
status_priv
->link_suspend_bitmap);
in wl18xx_lnk_high_prio()
1668
thold =
status_priv
->tx_fast_link_prio_threshold;
in wl18xx_lnk_high_prio()
1670
thold =
status_priv
->tx_slow_link_prio_threshold;
in wl18xx_lnk_high_prio()
1679
struct wl18xx_fw_status_priv *
status_priv
=
in wl18xx_lnk_low_prio()
local
1684
if (!
status_priv
)
in wl18xx_lnk_low_prio()
1687
suspend_bitmap = le32_to_cpu(
status_priv
->link_suspend_bitmap);
in wl18xx_lnk_low_prio()
1689
thold =
status_priv
->tx_suspend_threshold;
in wl18xx_lnk_low_prio()
1692
thold =
status_priv
in wl18xx_lnk_low_prio()
[all...]
Completed in 6 milliseconds