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:msix_on
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H
A
D
cn23xx_pf_device.c
614
if (oct->
msix_on
) {
in cn23xx_setup_iq_regs()
651
if (!oct->
msix_on
) {
in cn23xx_setup_oq_regs()
1026
if (oct->
msix_on
!= LIO_FLAG_MSIX_ENABLED) {
in cn23xx_interrupt_handler()
1238
if (!oct->
msix_on
)
in cn23xx_setup_reg_address()
H
A
D
lio_main.c
179
if (OCTEON_CN23XX_PF(oct) && oct->
msix_on
) {
in octeon_droq_bh()
848
oct_dev->
msix_on
= LIO_FLAG_MSIX_ENABLED;
in liquidio_probe()
1031
if (oct->
msix_on
) {
in octeon_destroy_resources()
1801
if (!OCTEON_CN23XX_PF(oct) || !oct->
msix_on
) {
in liquidio_open()
1831
if (!OCTEON_CN23XX_PF(oct) || !oct->
msix_on
)
in liquidio_open()
1885
if (!oct->
msix_on
)
in liquidio_stop()
H
A
D
octeon_device.h
570
int
msix_on
;
member
H
A
D
lio_vf_main.c
184
if (oct->
msix_on
) {
in stop_pci_io()
394
oct_dev->
msix_on
= LIO_FLAG_MSIX_ENABLED;
in liquidio_vf_probe()
510
if (oct->
msix_on
) {
in octeon_destroy_resources()
H
A
D
cn23xx_vf_device.c
237
if (oct->
msix_on
) {
in cn23xx_setup_vf_iq_regs()
H
A
D
lio_core.c
895
if (!OCTEON_CN23XX_VF(octeon_dev) && octeon_dev->
msix_on
&&
in liquidio_setup_io_queues()
1022
if (oct->
msix_on
) {
in octeon_setup_interrupt()
H
A
D
lio_ethtool.c
545
if (!oct->
msix_on
)
in lio_irq_reallocate_irqs()
553
if (oct->
msix_on
) {
in lio_irq_reallocate_irqs()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H
A
D
cn23xx_pf_device.c
614
if (oct->
msix_on
) {
in cn23xx_setup_iq_regs()
651
if (!oct->
msix_on
) {
in cn23xx_setup_oq_regs()
1024
if (oct->
msix_on
!= LIO_FLAG_MSIX_ENABLED) {
in cn23xx_interrupt_handler()
1236
if (!oct->
msix_on
)
in cn23xx_setup_reg_address()
H
A
D
lio_main.c
174
if (OCTEON_CN23XX_PF(oct) && oct->
msix_on
) {
in octeon_droq_bh()
842
oct_dev->
msix_on
= LIO_FLAG_MSIX_ENABLED;
in liquidio_probe()
1023
if (oct->
msix_on
) {
in octeon_destroy_resources()
1795
if (!OCTEON_CN23XX_PF(oct) || !oct->
msix_on
) {
in liquidio_open()
1825
if (!OCTEON_CN23XX_PF(oct) || !oct->
msix_on
)
in liquidio_open()
1878
if (!oct->
msix_on
)
in liquidio_stop()
H
A
D
octeon_device.h
570
int
msix_on
;
member
H
A
D
lio_vf_main.c
183
if (oct->
msix_on
) {
in stop_pci_io()
393
oct_dev->
msix_on
= LIO_FLAG_MSIX_ENABLED;
in liquidio_vf_probe()
508
if (oct->
msix_on
) {
in octeon_destroy_resources()
H
A
D
cn23xx_vf_device.c
237
if (oct->
msix_on
) {
in cn23xx_setup_vf_iq_regs()
H
A
D
lio_core.c
898
if (!OCTEON_CN23XX_VF(octeon_dev) && octeon_dev->
msix_on
&&
in liquidio_setup_io_queues()
1026
if (oct->
msix_on
) {
in octeon_setup_interrupt()
H
A
D
lio_ethtool.c
546
if (!oct->
msix_on
)
in lio_irq_reallocate_irqs()
554
if (oct->
msix_on
) {
in lio_irq_reallocate_irqs()
Completed in 32 milliseconds