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_bar
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
vfio_pci_core.h
67
u8
msix_bar
;
member
/kernel/linux/linux-5.10/drivers/vfio/pci/
H
A
D
vfio_pci_rdwr.c
274
if (bar == vdev->
msix_bar
) {
in vfio_pci_bar_rw()
429
if (bar == vdev->
msix_bar
&&
in vfio_pci_ioeventfd()
H
A
D
vfio_pci_private.h
117
u8
msix_bar
;
member
H
A
D
vfio_pci.c
372
vdev->
msix_bar
= table & PCI_MSIX_TABLE_BIR;
in vfio_pci_enable()
376
vdev->
msix_bar
= 0xFF;
in vfio_pci_enable()
898
if (info.index == vdev->
msix_bar
) {
in vfio_pci_ioctl()
/kernel/linux/linux-6.6/drivers/vfio/pci/
H
A
D
vfio_pci_rdwr.c
274
if (bar == vdev->
msix_bar
) {
in vfio_pci_bar_rw()
431
if (bar == vdev->
msix_bar
&&
in vfio_pci_ioeventfd()
H
A
D
vfio_pci_core.c
532
vdev->
msix_bar
= table & PCI_MSIX_TABLE_BIR;
in vfio_pci_core_enable()
537
vdev->
msix_bar
= 0xFF;
in vfio_pci_core_enable()
1048
if (info.index == vdev->
msix_bar
) {
in vfio_pci_ioctl_get_region_info()
/kernel/linux/linux-6.6/drivers/pci/endpoint/functions/
H
A
D
pci-epf-ntb.c
93
int
msix_bar
;
member
478
* to HOST2. MSI-X table is stored memory mapped to ntb_epc->
msix_bar
and the
508
epf_bar = &ntb_epc->epf_bar[ntb_epc->
msix_bar
];
in epf_ntb_configure_msix()
1037
ntb_epc->
msix_bar
= barno;
in epf_ntb_config_spad_bar_alloc()
1319
ntb_epc->
msix_bar
,
in epf_ntb_configure_interrupt()
Completed in 11 milliseconds