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_qinfo
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H
A
D
rsi_91x_core.c
31
struct wmm_qinfo *
tx_qinfo
= common->
tx_qinfo
;
in rsi_determine_min_weight_queue()
local
37
if ((
tx_qinfo
[ii].pkt_contended) && q_len) {
in rsi_determine_min_weight_queue()
38
common->min_weight =
tx_qinfo
[ii].weight;
in rsi_determine_min_weight_queue()
54
struct wmm_qinfo *
tx_qinfo
= common->
tx_qinfo
;
in rsi_recalculate_weights()
local
63
if (
tx_qinfo
[ii].pkt_contended) {
in rsi_recalculate_weights()
64
tx_qinfo
[ii].weight =
in rsi_recalculate_weights()
65
((
tx_qinfo
[ii].weight > common->min_weight) ?
in rsi_recalculate_weights()
66
tx_qinfo
[i
in rsi_recalculate_weights()
[all...]
H
A
D
rsi_main.h
271
struct wmm_qinfo
tx_qinfo
[NUM_EDCA_QUEUES];
member
H
A
D
rsi_91x_mgmt.c
325
common->
tx_qinfo
[ii].wme_params =
in rsi_set_contention_vals()
329
common->
tx_qinfo
[ii].weight = common->
tx_qinfo
[ii].wme_params;
in rsi_set_contention_vals()
330
common->
tx_qinfo
[ii].pkt_contended = 0;
in rsi_set_contention_vals()
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/
H
A
D
rsi_91x_core.c
31
struct wmm_qinfo *
tx_qinfo
= common->
tx_qinfo
;
in rsi_determine_min_weight_queue()
local
37
if ((
tx_qinfo
[ii].pkt_contended) && q_len) {
in rsi_determine_min_weight_queue()
38
common->min_weight =
tx_qinfo
[ii].weight;
in rsi_determine_min_weight_queue()
54
struct wmm_qinfo *
tx_qinfo
= common->
tx_qinfo
;
in rsi_recalculate_weights()
local
63
if (
tx_qinfo
[ii].pkt_contended) {
in rsi_recalculate_weights()
64
tx_qinfo
[ii].weight =
in rsi_recalculate_weights()
65
((
tx_qinfo
[ii].weight > common->min_weight) ?
in rsi_recalculate_weights()
66
tx_qinfo
[i
in rsi_recalculate_weights()
[all...]
H
A
D
rsi_main.h
271
struct wmm_qinfo
tx_qinfo
[NUM_EDCA_QUEUES];
member
H
A
D
rsi_91x_mgmt.c
325
common->
tx_qinfo
[ii].wme_params =
in rsi_set_contention_vals()
329
common->
tx_qinfo
[ii].weight = common->
tx_qinfo
[ii].wme_params;
in rsi_set_contention_vals()
330
common->
tx_qinfo
[ii].pkt_contended = 0;
in rsi_set_contention_vals()
Completed in 8 milliseconds