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:pci_iov_vf_id
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/vdpa/pds/
H
A
D
aux_drv.c
47
vdpa_aux->vf_id =
pci_iov_vf_id
(padev->vf_pdev);
in pds_vdpa_probe()
/kernel/linux/linux-6.6/drivers/vfio/pci/pds/
H
A
D
vfio_dev.c
148
vf_id =
pci_iov_vf_id
(pdev);
in pds_vfio_init_device()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
sriov.c
248
id =
pci_iov_vf_id
(vf);
in mlx5_core_sriov_set_msix_vec_count()
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
iov.c
36
int
pci_iov_vf_id
(struct pci_dev *dev)
in pci_iov_vf_id()
function
47
EXPORT_SYMBOL_GPL(
pci_iov_vf_id
);
variable
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/
H
A
D
main.c
184
vf->vf_id =
pci_iov_vf_id
(vf->pdev);
in pdsc_init_vf()
/kernel/linux/linux-6.6/drivers/vfio/pci/hisilicon/
H
A
D
hisi_acc_vfio_pci.c
1352
hisi_acc_vdev->vf_id =
pci_iov_vf_id
(pdev) + 1;
in hisi_acc_vfio_pci_migrn_init_dev()
1411
vf_id =
pci_iov_vf_id
(pdev);
in hisi_acc_vfio_pci_probe()
/kernel/linux/linux-6.6/include/linux/
H
A
D
pci.h
2342
int
pci_iov_vf_id
(struct pci_dev *dev);
2372
static inline int
pci_iov_vf_id
(struct pci_dev *dev)
in pci_iov_vf_id()
function
/kernel/linux/linux-6.6/drivers/vdpa/solidrun/
H
A
D
snet_main.c
973
ret =
pci_iov_vf_id
(pdev);
in snet_vdpa_probe_vf()
/kernel/linux/linux-6.6/drivers/vfio/pci/mlx5/
H
A
D
cmd.c
217
mvdev->vf_id =
pci_iov_vf_id
(pdev);
in mlx5vf_cmd_set_migratable()
Completed in 14 milliseconds