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_tspec
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
wme.c
93
if (ifmgd->
tx_tspec
[ac].admitted_time &&
in ieee80211_downgrade_queue()
94
skb->priority == ifmgd->
tx_tspec
[ac].up)
in ieee80211_downgrade_queue()
H
A
D
mlme.c
2435
struct ieee80211_sta_tx_tspec *
tx_tspec
= &ifmgd->
tx_tspec
[ac];
in __ieee80211_sta_handle_tspec_ac_params()
local
2439
if (
tx_tspec
->action == TX_TSPEC_ACTION_NONE &&
in __ieee80211_sta_handle_tspec_ac_params()
2440
tx_tspec
->admitted_time &&
in __ieee80211_sta_handle_tspec_ac_params()
2441
time_after(now,
tx_tspec
->time_slice_start + HZ)) {
in __ieee80211_sta_handle_tspec_ac_params()
2442
tx_tspec
->consumed_tx_time = 0;
in __ieee80211_sta_handle_tspec_ac_params()
2443
tx_tspec
->time_slice_start = now;
in __ieee80211_sta_handle_tspec_ac_params()
2445
if (
tx_tspec
->downgraded)
in __ieee80211_sta_handle_tspec_ac_params()
2446
tx_tspec
->action =
in __ieee80211_sta_handle_tspec_ac_params()
2450
switch (
tx_tspec
in __ieee80211_sta_handle_tspec_ac_params()
3110
struct ieee80211_sta_
tx_tspec
*
tx_tspec
;
ieee80211_sta_tx_wmm_ac_notify()
local
[all...]
H
A
D
cfg.c
4321
if (ifmgd->
tx_tspec
[ac].admitted_time)
in ieee80211_add_tx_ts()
4325
ifmgd->
tx_tspec
[ac].admitted_time = 32 * admitted_time;
in ieee80211_add_tx_ts()
4326
ifmgd->
tx_tspec
[ac].tsid = tsid;
in ieee80211_add_tx_ts()
4327
ifmgd->
tx_tspec
[ac].up = up;
in ieee80211_add_tx_ts()
4342
struct ieee80211_sta_tx_tspec *
tx_tspec
= &ifmgd->
tx_tspec
[ac];
in ieee80211_del_tx_ts()
local
4345
if (!
tx_tspec
->admitted_time)
in ieee80211_del_tx_ts()
4348
if (
tx_tspec
->tsid != tsid)
in ieee80211_del_tx_ts()
4352
tx_tspec
->up = -1;
in ieee80211_del_tx_ts()
4364
tx_tspec
in ieee80211_del_tx_ts()
[all...]
H
A
D
ieee80211_i.h
540
struct ieee80211_sta_tx_tspec
tx_tspec
[IEEE80211_NUM_ACS];
member
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
mlme.c
1932
struct ieee80211_sta_tx_tspec *
tx_tspec
= &ifmgd->
tx_tspec
[ac];
in __ieee80211_sta_handle_tspec_ac_params()
local
1936
if (
tx_tspec
->action == TX_TSPEC_ACTION_NONE &&
in __ieee80211_sta_handle_tspec_ac_params()
1937
tx_tspec
->admitted_time &&
in __ieee80211_sta_handle_tspec_ac_params()
1938
time_after(now,
tx_tspec
->time_slice_start + HZ)) {
in __ieee80211_sta_handle_tspec_ac_params()
1939
tx_tspec
->consumed_tx_time = 0;
in __ieee80211_sta_handle_tspec_ac_params()
1940
tx_tspec
->time_slice_start = now;
in __ieee80211_sta_handle_tspec_ac_params()
1942
if (
tx_tspec
->downgraded)
in __ieee80211_sta_handle_tspec_ac_params()
1943
tx_tspec
->action =
in __ieee80211_sta_handle_tspec_ac_params()
1947
switch (
tx_tspec
in __ieee80211_sta_handle_tspec_ac_params()
2499
struct ieee80211_sta_
tx_tspec
*
tx_tspec
;
ieee80211_sta_tx_wmm_ac_notify()
local
[all...]
H
A
D
wme.c
92
if (ifmgd->
tx_tspec
[ac].admitted_time &&
in ieee80211_downgrade_queue()
93
skb->priority == ifmgd->
tx_tspec
[ac].up)
in ieee80211_downgrade_queue()
H
A
D
cfg.c
3808
if (ifmgd->
tx_tspec
[ac].admitted_time)
in ieee80211_add_tx_ts()
3812
ifmgd->
tx_tspec
[ac].admitted_time = 32 * admitted_time;
in ieee80211_add_tx_ts()
3813
ifmgd->
tx_tspec
[ac].tsid = tsid;
in ieee80211_add_tx_ts()
3814
ifmgd->
tx_tspec
[ac].up = up;
in ieee80211_add_tx_ts()
3829
struct ieee80211_sta_tx_tspec *
tx_tspec
= &ifmgd->
tx_tspec
[ac];
in ieee80211_del_tx_ts()
local
3832
if (!
tx_tspec
->admitted_time)
in ieee80211_del_tx_ts()
3835
if (
tx_tspec
->tsid != tsid)
in ieee80211_del_tx_ts()
3839
tx_tspec
->up = -1;
in ieee80211_del_tx_ts()
3851
tx_tspec
in ieee80211_del_tx_ts()
[all...]
H
A
D
ieee80211_i.h
549
struct ieee80211_sta_tx_tspec
tx_tspec
[IEEE80211_NUM_ACS];
member
Completed in 28 milliseconds