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:wl_sta
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H
A
D
main.c
863
struct wl1271_station *
wl_sta
;
in wlcore_save_freed_pkts()
local
866
wl_sta
= (void *)sta->drv_priv;
in wlcore_save_freed_pkts()
867
wl_sta
->total_freed_pkts = wl->links[hlid].total_freed_pkts;
in wlcore_save_freed_pkts()
877
wl_sta
->total_freed_pkts += sqn_recovery_padding;
in wlcore_save_freed_pkts()
3378
struct wl1271_station *
wl_sta
;
in wl1271_set_key()
local
3382
wl_sta
= (struct wl1271_station *)sta->drv_priv;
in wl1271_set_key()
3383
hlid =
wl_sta
->hlid;
in wl1271_set_key()
3516
struct wl1271_station *
wl_sta
= (void *)sta->drv_priv;
in wlcore_set_key()
local
3517
hlid =
wl_sta
->hlid;
in wlcore_set_key()
5026
struct wl1271_station *
wl_sta
;
in wl1271_allocate_sta()
local
5081
struct wl1271_station *
wl_sta
;
wl12xx_sta_add()
local
5105
struct wl1271_station *
wl_sta
;
wl12xx_sta_remove()
local
5142
wlcore_update_inconn_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct wl1271_station *
wl_sta
, bool in_conn)
wlcore_update_inconn_sta()
argument
5188
struct wl1271_station *
wl_sta
;
wl12xx_update_sta_state()
local
5355
struct wl1271_station *
wl_sta
;
wl1271_op_ampdu_action()
local
5835
struct wl1271_station *
wl_sta
= (struct wl1271_station *)sta->drv_priv;
wlcore_op_get_expected_throughput()
local
[all...]
H
A
D
tx.c
144
struct wl1271_station *
wl_sta
;
in wl12xx_tx_get_hlid_ap()
local
146
wl_sta
= (struct wl1271_station *)sta->drv_priv;
in wl12xx_tx_get_hlid_ap()
147
return
wl_sta
->hlid;
in wl12xx_tx_get_hlid_ap()
H
A
D
wlcore.h
510
struct wl1271_station *
wl_sta
, bool in_conn);
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H
A
D
main.c
853
struct wl1271_station *
wl_sta
;
in wlcore_save_freed_pkts()
local
856
wl_sta
= (void *)sta->drv_priv;
in wlcore_save_freed_pkts()
857
wl_sta
->total_freed_pkts = wl->links[hlid].total_freed_pkts;
in wlcore_save_freed_pkts()
867
wl_sta
->total_freed_pkts += sqn_recovery_padding;
in wlcore_save_freed_pkts()
3353
struct wl1271_station *
wl_sta
;
in wl1271_set_key()
local
3357
wl_sta
= (struct wl1271_station *)sta->drv_priv;
in wl1271_set_key()
3358
hlid =
wl_sta
->hlid;
in wl1271_set_key()
3489
struct wl1271_station *
wl_sta
= (void *)sta->drv_priv;
in wlcore_set_key()
local
3490
hlid =
wl_sta
->hlid;
in wlcore_set_key()
4971
struct wl1271_station *
wl_sta
;
in wl1271_allocate_sta()
local
5026
struct wl1271_station *
wl_sta
;
wl12xx_sta_add()
local
5050
struct wl1271_station *
wl_sta
;
wl12xx_sta_remove()
local
5087
wlcore_update_inconn_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct wl1271_station *
wl_sta
, bool in_conn)
wlcore_update_inconn_sta()
argument
5133
struct wl1271_station *
wl_sta
;
wl12xx_update_sta_state()
local
5299
struct wl1271_station *
wl_sta
;
wl1271_op_ampdu_action()
local
5766
struct wl1271_station *
wl_sta
= (struct wl1271_station *)sta->drv_priv;
wlcore_op_get_expected_throughput()
local
[all...]
H
A
D
tx.c
144
struct wl1271_station *
wl_sta
;
in wl12xx_tx_get_hlid_ap()
local
146
wl_sta
= (struct wl1271_station *)sta->drv_priv;
in wl12xx_tx_get_hlid_ap()
147
return
wl_sta
->hlid;
in wl12xx_tx_get_hlid_ap()
H
A
D
wlcore.h
510
struct wl1271_station *
wl_sta
, bool in_conn);
Completed in 21 milliseconds