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:driver_rates
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/wfx/
H
A
D
data_tx.c
295
tx_info->
driver_rates
, &tx_policy_renew);
in wfx_tx_get_rate_id()
309
if (!(tx_info->
driver_rates
[0].flags & IEEE80211_TX_RC_MCS))
in wfx_tx_get_frame_format()
311
else if (!(tx_info->
driver_rates
[0].flags & IEEE80211_TX_RC_GREEN_FIELD))
in wfx_tx_get_frame_format()
344
wfx_tx_fixup_rates(tx_info->
driver_rates
);
in wfx_tx_inner()
387
if (tx_info->
driver_rates
[0].flags & IEEE80211_TX_RC_SHORT_GI)
in wfx_tx_inner()
H
A
D
traces.h
386
const struct ieee80211_tx_rate *rates = tx_info->
driver_rates
;
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H
A
D
data_tx.c
270
ret = wfx_tx_policy_get(wvif, tx_info->
driver_rates
, &tx_policy_renew);
in wfx_tx_get_retry_policy_id()
284
if (!(tx_info->
driver_rates
[0].flags & IEEE80211_TX_RC_MCS))
in wfx_tx_get_frame_format()
286
else if (!(tx_info->
driver_rates
[0].flags & IEEE80211_TX_RC_GREEN_FIELD))
in wfx_tx_get_frame_format()
317
wfx_tx_fixup_rates(tx_info->
driver_rates
);
in wfx_tx_inner()
358
if (tx_info->
driver_rates
[0].flags & IEEE80211_TX_RC_SHORT_GI)
in wfx_tx_inner()
H
A
D
traces.h
382
const struct ieee80211_tx_rate *rates = tx_info->
driver_rates
;
/kernel/linux/linux-5.10/include/net/
H
A
D
mac80211.h
1025
* @
driver_rates
: alias to @control.rates to reserve space
1093
struct ieee80211_tx_rate
driver_rates
[
member
1190
offsetof(struct ieee80211_tx_info,
driver_rates
));
in ieee80211_tx_info_clear_status()
/kernel/linux/linux-6.6/include/net/
H
A
D
mac80211.h
1132
* @
driver_rates
: alias to @control.rates to reserve space
1202
struct ieee80211_tx_rate
driver_rates
[
member
1324
offsetof(struct ieee80211_tx_info,
driver_rates
));
in ieee80211_tx_info_clear_status()
Completed in 23 milliseconds