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:qos_control
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/
H
A
D
mwl8k.c
946
__le16
qos_control
;
member
1031
*qos = rxd->
qos_control
;
in mwl8k_rxd_ap_process()
1057
__le16
qos_control
;
member
1140
*qos = rxd->
qos_control
;
in mwl8k_rxd_sta_process()
1437
__le16
qos_control
;
member
1713
mwl8k_remove_dma_header(skb, tx_desc->
qos_control
);
in mwl8k_txq_reclaim()
2094
tx->
qos_control
= cpu_to_le16(qos);
in mwl8k_txq_xmit()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/
H
A
D
mwl8k.c
947
__le16
qos_control
;
member
1032
*qos = rxd->
qos_control
;
in mwl8k_rxd_ap_process()
1058
__le16
qos_control
;
member
1141
*qos = rxd->
qos_control
;
in mwl8k_rxd_sta_process()
1439
__le16
qos_control
;
member
1717
mwl8k_remove_dma_header(skb, tx_desc->
qos_control
);
in mwl8k_txq_reclaim()
2098
tx->
qos_control
= cpu_to_le16(qos);
in mwl8k_txq_xmit()
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
tx.c
2883
__le16 *
qos_control
;
in ieee80211_build_hdr()
local
2885
qos_control
= skb_push(skb, 2);
in ieee80211_build_hdr()
2891
*
qos_control
= 0;
in ieee80211_build_hdr()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
tx.c
2927
__le16 *
qos_control
;
in ieee80211_build_hdr()
local
2929
qos_control
= skb_push(skb, 2);
in ieee80211_build_hdr()
2935
*
qos_control
= 0;
in ieee80211_build_hdr()
Completed in 30 milliseconds