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:hw_queue_map
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H
A
D
debugfs.c
16
struct
hw_queue_map
{
struct
565
const struct
hw_queue_map
*map)
in mt7996_hw_queue_read()
627
static const struct
hw_queue_map
ple_queue_map[] = {
in mt7996_hw_queues_show()
641
static const struct
hw_queue_map
pse_queue_map[] = {
in mt7996_hw_queues_show()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H
A
D
debugfs.c
14
struct
hw_queue_map
{
struct
793
const struct
hw_queue_map
*map)
in mt7915_hw_queue_read()
855
static const struct
hw_queue_map
ple_queue_map[] = {
in mt7915_hw_queues_show()
869
static const struct
hw_queue_map
pse_queue_map[] = {
in mt7915_hw_queues_show()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
H
A
D
mac.c
760
static const u8
hw_queue_map
[] = {
in mt7615_mac_sta_poll()
local
815
u32 rx_cur = rx_time[
hw_queue_map
[i]];
in mt7615_mac_sta_poll()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/
H
A
D
mac.c
896
static const u8
hw_queue_map
[] = {
in mt7615_mac_sta_poll()
local
951
u32 rx_cur = rx_time[
hw_queue_map
[i]];
in mt7615_mac_sta_poll()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H
A
D
main.c
2442
unsigned long
hw_queue_map
[BITS_TO_LONGS(WLCORE_NUM_MAC_ADDRESSES)];
member
2463
__set_bit(vif->hw_queue[0] / NUM_TX_QUEUES, iter_data->
hw_queue_map
);
in wlcore_hw_queue_iter()
2496
q_base = find_first_zero_bit(iter_data.
hw_queue_map
,
in wlcore_allocate_hw_queue_base()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H
A
D
main.c
2423
unsigned long
hw_queue_map
[BITS_TO_LONGS(WLCORE_NUM_MAC_ADDRESSES)];
member
2444
__set_bit(vif->hw_queue[0] / NUM_TX_QUEUES, iter_data->
hw_queue_map
);
in wlcore_hw_queue_iter()
2477
q_base = find_first_zero_bit(iter_data.
hw_queue_map
,
in wlcore_allocate_hw_queue_base()
Completed in 24 milliseconds