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:shared_vec_mask
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
internal.h
365
* @
shared_vec_mask
: the type of causes the shared vector handles
459
u8
shared_vec_mask
;
member
732
if (trans_p->
shared_vec_mask
) {
in queue_name()
733
int vec = trans_p->
shared_vec_mask
&
in queue_name()
H
A
D
trans.c
1141
trans_pcie->
shared_vec_mask
& IWL_SHARED_IRQ_FIRST_RSS ? 1 : 0;
in iwl_pcie_map_rx_causes()
1159
if (trans_pcie->
shared_vec_mask
& IWL_SHARED_IRQ_NON_RX)
in iwl_pcie_map_rx_causes()
1163
if (trans_pcie->
shared_vec_mask
& IWL_SHARED_IRQ_FIRST_RSS)
in iwl_pcie_map_rx_causes()
1647
trans_pcie->
shared_vec_mask
= IWL_SHARED_IRQ_NON_RX |
in iwl_pcie_set_interrupt_capa()
1651
trans_pcie->
shared_vec_mask
= IWL_SHARED_IRQ_NON_RX;
in iwl_pcie_set_interrupt_capa()
1679
i = trans_pcie->
shared_vec_mask
& IWL_SHARED_IRQ_FIRST_RSS ? 0 : 1;
in iwl_pcie_irq_set_affinity()
H
A
D
rx.c
2203
if ((trans_pcie->
shared_vec_mask
& IWL_SHARED_IRQ_NON_RX) &&
in iwl_pcie_irq_msix_handler()
2210
if ((trans_pcie->
shared_vec_mask
& IWL_SHARED_IRQ_FIRST_RSS) &&
in iwl_pcie_irq_msix_handler()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
internal.h
330
* @
shared_vec_mask
: the type of causes the shared vector handles
426
u8
shared_vec_mask
;
member
706
if (trans_p->
shared_vec_mask
) {
in queue_name()
707
int vec = trans_p->
shared_vec_mask
&
in queue_name()
H
A
D
rx.c
1048
if (trans_pcie->
shared_vec_mask
& IWL_SHARED_IRQ_FIRST_RSS &&
in iwl_pcie_napi_poll_msix()
2202
if (trans_pcie->
shared_vec_mask
& IWL_SHARED_IRQ_NON_RX)
in iwl_pcie_irq_msix_handler()
2205
if (trans_pcie->
shared_vec_mask
& IWL_SHARED_IRQ_FIRST_RSS)
in iwl_pcie_irq_msix_handler()
2241
if ((trans_pcie->
shared_vec_mask
& IWL_SHARED_IRQ_NON_RX) &&
in iwl_pcie_irq_msix_handler()
2251
if ((trans_pcie->
shared_vec_mask
& IWL_SHARED_IRQ_FIRST_RSS) &&
in iwl_pcie_irq_msix_handler()
H
A
D
trans.c
1167
trans_pcie->
shared_vec_mask
& IWL_SHARED_IRQ_FIRST_RSS ? 1 : 0;
in iwl_pcie_map_rx_causes()
1185
if (trans_pcie->
shared_vec_mask
& IWL_SHARED_IRQ_NON_RX)
in iwl_pcie_map_rx_causes()
1189
if (trans_pcie->
shared_vec_mask
& IWL_SHARED_IRQ_FIRST_RSS)
in iwl_pcie_map_rx_causes()
1686
trans_pcie->
shared_vec_mask
= IWL_SHARED_IRQ_NON_RX |
in iwl_pcie_set_interrupt_capa()
1690
trans_pcie->
shared_vec_mask
= IWL_SHARED_IRQ_NON_RX;
in iwl_pcie_set_interrupt_capa()
1697
trans_pcie->trans->num_rx_queues, trans_pcie->
shared_vec_mask
);
in iwl_pcie_set_interrupt_capa()
1723
i = trans_pcie->
shared_vec_mask
& IWL_SHARED_IRQ_FIRST_RSS ? 0 : 1;
in iwl_pcie_irq_set_affinity()
Completed in 17 milliseconds