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:peer_tx
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
he.c
70
u16 own_rx, own_tx, peer_rx,
peer_tx
;
in ieee80211_he_mcs_intersection()
local
82
peer_tx
= le16_to_cpu(*he_peer_tx);
in ieee80211_he_mcs_intersection()
83
peer_tx
= (
peer_tx
>> i * 2) & IEEE80211_HE_MCS_NOT_SUPPORTED;
in ieee80211_he_mcs_intersection()
85
if (
peer_tx
!= IEEE80211_HE_MCS_NOT_SUPPORTED) {
in ieee80211_he_mcs_intersection()
87
peer_tx
= IEEE80211_HE_MCS_NOT_SUPPORTED;
in ieee80211_he_mcs_intersection()
88
else if (own_rx <
peer_tx
)
in ieee80211_he_mcs_intersection()
89
peer_tx
= own_rx;
in ieee80211_he_mcs_intersection()
105
*he_peer_tx |= cpu_to_le16(
peer_tx
<< i * 2);
in ieee80211_he_mcs_intersection()
H
A
D
vht.c
243
u16 own_rx, own_tx, peer_rx,
peer_tx
;
in ieee80211_vht_cap_ie_to_sta_vht_cap()
local
254
peer_tx
= le16_to_cpu(vht_cap->vht_mcs.tx_mcs_map);
in ieee80211_vht_cap_ie_to_sta_vht_cap()
255
peer_tx
= (
peer_tx
>> i * 2) & IEEE80211_VHT_MCS_NOT_SUPPORTED;
in ieee80211_vht_cap_ie_to_sta_vht_cap()
257
if (
peer_tx
!= IEEE80211_VHT_MCS_NOT_SUPPORTED) {
in ieee80211_vht_cap_ie_to_sta_vht_cap()
259
peer_tx
= IEEE80211_VHT_MCS_NOT_SUPPORTED;
in ieee80211_vht_cap_ie_to_sta_vht_cap()
260
else if (own_rx <
peer_tx
)
in ieee80211_vht_cap_ie_to_sta_vht_cap()
261
peer_tx
= own_rx;
in ieee80211_vht_cap_ie_to_sta_vht_cap()
277
vht_cap->vht_mcs.tx_mcs_map |= cpu_to_le16(
peer_tx
<< i * 2);
in ieee80211_vht_cap_ie_to_sta_vht_cap()
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
vht.c
241
u16 own_rx, own_tx, peer_rx,
peer_tx
;
in ieee80211_vht_cap_ie_to_sta_vht_cap()
local
252
peer_tx
= le16_to_cpu(vht_cap->vht_mcs.tx_mcs_map);
in ieee80211_vht_cap_ie_to_sta_vht_cap()
253
peer_tx
= (
peer_tx
>> i * 2) & IEEE80211_VHT_MCS_NOT_SUPPORTED;
in ieee80211_vht_cap_ie_to_sta_vht_cap()
255
if (
peer_tx
!= IEEE80211_VHT_MCS_NOT_SUPPORTED) {
in ieee80211_vht_cap_ie_to_sta_vht_cap()
257
peer_tx
= IEEE80211_VHT_MCS_NOT_SUPPORTED;
in ieee80211_vht_cap_ie_to_sta_vht_cap()
258
else if (own_rx <
peer_tx
)
in ieee80211_vht_cap_ie_to_sta_vht_cap()
259
peer_tx
= own_rx;
in ieee80211_vht_cap_ie_to_sta_vht_cap()
275
vht_cap->vht_mcs.tx_mcs_map |= cpu_to_le16(
peer_tx
<< i * 2);
in ieee80211_vht_cap_ie_to_sta_vht_cap()
Completed in 3 milliseconds