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:vf_pdev
(Results
1 - 8
of
8
) 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()
56
vdpa_aux->vd_mdev.pci_dev = padev->
vf_pdev
;
in pds_vdpa_probe()
82
pci_free_irq_vectors(padev->
vf_pdev
);
in pds_vdpa_probe()
97
pci_free_irq_vectors(vdpa_aux->padev->
vf_pdev
);
in pds_vdpa_remove()
H
A
D
vdpa_dev.c
382
struct pci_dev *pdev = pdsv->vdpa_aux->padev->
vf_pdev
;
in pds_vdpa_request_irqs()
431
struct pci_dev *pdev = pdsv->vdpa_aux->padev->
vf_pdev
;
in pds_vdpa_release_irqs()
637
pdev = vdpa_aux->padev->
vf_pdev
;
in pds_vdpa_dev_add()
795
pdev = vdpa_aux->padev->
vf_pdev
;
in pds_vdpa_get_mgmt_info()
802
pf_pdev = pci_physfn(vdpa_aux->padev->
vf_pdev
);
in pds_vdpa_get_mgmt_info()
H
A
D
debugfs.c
172
vdpa_aux->dentry = debugfs_create_dir(pci_name(vdpa_aux->padev->
vf_pdev
), dbfs_dir);
in pds_vdpa_debugfs_add_pcidev()
/kernel/linux/linux-6.6/include/linux/pds/
H
A
D
pds_auxbus.h
11
struct pci_dev *
vf_pdev
;
member
H
A
D
pds_common.h
49
void *pdsc_get_pf_struct(struct pci_dev *
vf_pdev
);
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/
H
A
D
auxbus.c
104
pf_pdev = pci_physfn(padev->
vf_pdev
);
in pds_client_adminq_cmd()
150
padev->
vf_pdev
= cf->pdev;
in pdsc_auxbus_dev_register()
H
A
D
main.c
524
void *pdsc_get_pf_struct(struct pci_dev *
vf_pdev
)
in pdsc_get_pf_struct()
argument
526
return pci_iov_get_pf_drvdata(
vf_pdev
, &pdsc_driver);
in pdsc_get_pf_struct()
/kernel/linux/linux-6.6/drivers/vfio/pci/hisilicon/
H
A
D
hisi_acc_vfio_pci.c
557
struct pci_dev *
vf_pdev
= hisi_acc_vdev->vf_dev;
in hisi_acc_check_int_state()
local
581
switch (
vf_pdev
->device) {
in hisi_acc_check_int_state()
Completed in 6 milliseconds