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:NQUEUES
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/
H
A
D
wlan.c
288
u8 factors[
NQUEUES
] = {1, 1, 1, 1};
in is_ac_q_limit()
299
q->buffer[i] = i %
NQUEUES
;
in is_ac_q_limit()
301
for (i = 0; i <
NQUEUES
; i++) {
in is_ac_q_limit()
302
q->cnt[i] = AC_BUFFER_SIZE * factors[i] /
NQUEUES
;
in is_ac_q_limit()
379
for (i = 0; i <
NQUEUES
; i++)
in ac_balance()
383
for (i = 0; i <
NQUEUES
; i++)
in ac_balance()
408
} while (*ac <
NQUEUES
);
in ac_change()
706
u8 ac_desired_ratio[
NQUEUES
] = {0, 0, 0, 0};
in wilc_wlan_handle_txq()
707
u8 ac_preserve_ratio[
NQUEUES
] = {1, 1, 1, 1};
in wilc_wlan_handle_txq()
713
struct txq_entry_t *tqe_q[
NQUEUES
];
in wilc_wlan_handle_txq()
[all...]
H
A
D
netdev.h
194
u16 cnt[
NQUEUES
];
250
struct txq_handle txq[
NQUEUES
];
H
A
D
wlan.h
216
#define
NQUEUES
4
macro
H
A
D
cfg80211.c
1806
for (i = 0; i <
NQUEUES
; i++)
in wilc_cfg80211_init()
Completed in 12 milliseconds