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:rx_vec
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
rxmq.c
1207
__le32
rx_vec
[4];
member
1607
__le32 usig_a1 = phy_data->
rx_vec
[0];
in iwl_mvm_decode_eht_ext_mu()
1608
__le32 usig_a2 = phy_data->
rx_vec
[1];
in iwl_mvm_decode_eht_ext_mu()
1660
__le32 usig_a1 = phy_data->
rx_vec
[0];
in iwl_mvm_decode_eht_ext_tb()
1661
__le32 usig_a2 = phy_data->
rx_vec
[1];
in iwl_mvm_decode_eht_ext_tb()
1765
__le32 usig_a1 = phy_data->
rx_vec
[0];
in iwl_mvm_decode_eht_phy_data()
1985
le32_encode_bits(le32_get_bits(phy_data->
rx_vec
[2],
in iwl_mvm_rx_eht()
2661
phy_data.
rx_vec
[0] = desc->
rx_vec
[0];
in iwl_mvm_rx_monitor_no_data()
2662
phy_data.
rx_vec
[
in iwl_mvm_rx_monitor_no_data()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
rx.h
794
* @
rx_vec
: DW-12:9 raw RX vectors from DSP according to modulation type.
805
__le32
rx_vec
[2];
member
818
* @
rx_vec
: DW-12:9 raw RX vectors from DSP according to modulation type.
831
__le32
rx_vec
[4];
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
rx.h
723
* @
rx_vec
: DW-12:9 raw RX vectors from DSP according to modulation type.
734
__le32
rx_vec
[2];
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
rxmq.c
2074
* take the nss from the
rx_vec
since the rate_n_flags has
in iwl_mvm_rx_monitor_no_data()
2079
le32_get_bits(desc->
rx_vec
[0],
in iwl_mvm_rx_monitor_no_data()
2083
le32_get_bits(desc->
rx_vec
[0],
in iwl_mvm_rx_monitor_no_data()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
niu.c
3731
u32
rx_vec
= (v0 & 0xffffffff);
in niu_poll_core()
local
3747
if (
rx_vec
& (1 << rp->rx_channel)) {
in niu_poll_core()
4069
u32
rx_vec
= (v1 & 0xffffffff);
in niu_slowpath_interrupt()
local
4074
if (
rx_vec
& (1 << rp->rx_channel)) {
in niu_slowpath_interrupt()
4149
u32
rx_vec
, tx_vec;
in __niu_fastpath_interrupt()
local
4153
rx_vec
= (v0 & 0xffffffff);
in __niu_fastpath_interrupt()
4163
if (
rx_vec
& (1 << rp->rx_channel))
in __niu_fastpath_interrupt()
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
niu.c
3750
u32
rx_vec
= (v0 & 0xffffffff);
in niu_poll_core()
local
3766
if (
rx_vec
& (1 << rp->rx_channel)) {
in niu_poll_core()
4088
u32
rx_vec
= (v1 & 0xffffffff);
in niu_slowpath_interrupt()
local
4093
if (
rx_vec
& (1 << rp->rx_channel)) {
in niu_slowpath_interrupt()
4168
u32
rx_vec
, tx_vec;
in __niu_fastpath_interrupt()
local
4172
rx_vec
= (v0 & 0xffffffff);
in __niu_fastpath_interrupt()
4182
if (
rx_vec
& (1 << rp->rx_channel))
in __niu_fastpath_interrupt()
Completed in 32 milliseconds