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:mwl8k_tx_queues
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/
H
A
D
mwl8k.c
104
#define
mwl8k_tx_queues
(priv) (MWL8K_TX_WMM_QUEUES + (priv)->num_ampdu_queues)
macro
1505
for (i = 0; i <
mwl8k_tx_queues
(priv); i++) {
in mwl8k_dump_tx_rings()
2472
cmd->num_tx_queues = cpu_to_le32(
mwl8k_tx_queues
(priv));
in mwl8k_cmd_get_hw_spec_sta()
2473
for (i = 0; i <
mwl8k_tx_queues
(priv); i++)
in mwl8k_cmd_get_hw_spec_sta()
2638
cmd->num_tx_queues = cpu_to_le32(
mwl8k_tx_queues
(priv));
in mwl8k_cmd_set_hw_spec()
2646
for (i = 0; i <
mwl8k_tx_queues
(priv); i++) {
in mwl8k_cmd_set_hw_spec()
2647
int j =
mwl8k_tx_queues
(priv) - 1 - i;
in mwl8k_cmd_set_hw_spec()
4645
for (i = 0; i <
mwl8k_tx_queues
(priv); i++)
in mwl8k_tx_poll()
4791
for (i = 0; i <
mwl8k_tx_queues
(priv); i++)
in mwl8k_stop()
5852
for (i = 0; i <
mwl8k_tx_queues
(pri
in mwl8k_init_txqs()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/
H
A
D
mwl8k.c
104
#define
mwl8k_tx_queues
(priv) (MWL8K_TX_WMM_QUEUES + (priv)->num_ampdu_queues)
macro
1509
for (i = 0; i <
mwl8k_tx_queues
(priv); i++) {
in mwl8k_dump_tx_rings()
2476
cmd->num_tx_queues = cpu_to_le32(
mwl8k_tx_queues
(priv));
in mwl8k_cmd_get_hw_spec_sta()
2477
for (i = 0; i <
mwl8k_tx_queues
(priv); i++)
in mwl8k_cmd_get_hw_spec_sta()
2642
cmd->num_tx_queues = cpu_to_le32(
mwl8k_tx_queues
(priv));
in mwl8k_cmd_set_hw_spec()
2650
for (i = 0; i <
mwl8k_tx_queues
(priv); i++) {
in mwl8k_cmd_set_hw_spec()
2651
int j =
mwl8k_tx_queues
(priv) - 1 - i;
in mwl8k_cmd_set_hw_spec()
4651
for (i = 0; i <
mwl8k_tx_queues
(priv); i++)
in mwl8k_tx_poll()
4797
for (i = 0; i <
mwl8k_tx_queues
(priv); i++)
in mwl8k_stop()
5860
for (i = 0; i <
mwl8k_tx_queues
(pri
in mwl8k_init_txqs()
[all...]
Completed in 19 milliseconds