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:ru_bit_mask
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
H
A
D
init.c
360
u8 bit = 7,
ru_bit_mask
= 0x7;
in mt7915_gen_ppe_thresh()
local
364
he_ppet[0] |= (
ru_bit_mask
<<
in mt7915_gen_ppe_thresh()
373
if (!(
ru_bit_mask
& BIT(ru)))
in mt7915_gen_ppe_thresh()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H
A
D
mt76_connac_mac.c
15
u8 i, ppet_bits, ppet_size,
ru_bit_mask
= 0x7; /* HE80 */
in mt76_connac_gen_ppe_thresh()
local
19
ru_bit_mask
);
in mt76_connac_gen_ppe_thresh()
22
nss * hweight8(
ru_bit_mask
) * 2;
in mt76_connac_gen_ppe_thresh()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
mac.c
1702
arg->peer_ppet.
ru_bit_mask
=
in ath12k_peer_assoc_h_he()
1712
if ((arg->peer_ppet.
ru_bit_mask
& BIT(ru)) == 0)
in ath12k_peer_assoc_h_he()
2112
ppet->
ru_bit_mask
= u16_get_bits(get_unaligned_le16(ppe_thres),
in ath12k_mac_set_eht_ppe_threshold()
2119
if ((ppet->
ru_bit_mask
& BIT(ru)) == 0)
in ath12k_mac_set_eht_ppe_threshold()
4316
he_ppet[0] |= (fw_ppet->
ru_bit_mask
<<
in ath12k_gen_ppe_thresh()
4324
if ((fw_ppet->
ru_bit_mask
& BIT(ru)) == 0)
in ath12k_gen_ppe_thresh()
4531
u16p_replace_bits((u16 *)&cap->eht_ppe_thres[0], fw_ppet->
ru_bit_mask
,
in ath12k_mac_copy_eht_ppe_thresh()
4540
if ((fw_ppet->
ru_bit_mask
& BIT(ru)) == 0)
in ath12k_mac_copy_eht_ppe_thresh()
H
A
D
wmi.c
447
arg->ppet.
ru_bit_mask
= le32_to_cpu(ev->ppet.ru_info);
in ath12k_pull_svc_ready_ext()
547
cap_band->he_ppet.
ru_bit_mask
= le32_to_cpu(mac_caps->he_ppet2g.ru_info);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
568
cap_band->he_ppet.
ru_bit_mask
= le32_to_cpu(mac_caps->he_ppet5g.ru_info);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
586
cap_band->he_ppet.
ru_bit_mask
= le32_to_cpu(mac_caps->he_ppet5g.ru_info);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
1973
cmd->peer_ppet.ru_info = cpu_to_le32(arg->peer_ppet.
ru_bit_mask
);
in ath12k_wmi_send_peer_assoc_cmd()
4178
cap_band->eht_ppet.
ru_bit_mask
= le32_to_cpu(ppet->ru_info);
in ath12k_wmi_eht_caps_parse()
H
A
D
wmi.h
2243
u32
ru_bit_mask
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
mac.c
1318
arg->peer_ppet.
ru_bit_mask
=
in ath11k_peer_assoc_h_he()
1328
if ((arg->peer_ppet.
ru_bit_mask
& BIT(ru)) == 0)
in ath11k_peer_assoc_h_he()
3606
he_ppet[0] |= (fw_ppet->
ru_bit_mask
<<
in ath11k_gen_ppe_thresh()
3614
if ((fw_ppet->
ru_bit_mask
& BIT(ru)) == 0)
in ath11k_gen_ppe_thresh()
H
A
D
wmi.h
2114
u32
ru_bit_mask
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
mac.c
2375
arg->peer_ppet.
ru_bit_mask
=
in ath11k_peer_assoc_h_he()
2385
if ((arg->peer_ppet.
ru_bit_mask
& BIT(ru)) == 0)
in ath11k_peer_assoc_h_he()
5656
he_ppet[0] |= (fw_ppet->
ru_bit_mask
<<
in ath11k_gen_ppe_thresh()
5664
if ((fw_ppet->
ru_bit_mask
& BIT(ru)) == 0)
in ath11k_gen_ppe_thresh()
H
A
D
wmi.h
2222
u32
ru_bit_mask
;
member
Completed in 84 milliseconds