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:p_pf2vf
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_virt.c
426
struct amd_sriov_msg_pf2vf_info_header *pf2vf_info = adev->virt.fw_reserve.
p_pf2vf
;
in amdgpu_virt_read_pf2vf_data()
430
if (adev->virt.fw_reserve.
p_pf2vf
== NULL)
in amdgpu_virt_read_pf2vf_data()
442
adev->virt.fw_reserve.
p_pf2vf
, pf2vf_info->size,
in amdgpu_virt_read_pf2vf_data()
456
adev->virt.fw_reserve.
p_pf2vf
, pf2vf_info->size,
in amdgpu_virt_read_pf2vf_data()
583
adev->virt.fw_reserve.
p_pf2vf
= NULL;
in amdgpu_virt_init_data_exchange()
595
adev->virt.fw_reserve.
p_pf2vf
=
in amdgpu_virt_init_data_exchange()
612
adev->virt.fw_reserve.
p_pf2vf
=
in amdgpu_virt_exchange_data()
623
if (adev->virt.fw_reserve.
p_pf2vf
->version == 2) {
in amdgpu_virt_exchange_data()
624
pf2vf_v2 = (struct amd_sriov_msg_pf2vf_info *)adev->virt.fw_reserve.
p_pf2vf
;
in amdgpu_virt_exchange_data()
H
A
D
amdgpu_virt.h
84
struct amd_sriov_msg_pf2vf_info_header *
p_pf2vf
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_virt.c
458
struct amd_sriov_msg_pf2vf_info_header *pf2vf_info = adev->virt.fw_reserve.
p_pf2vf
;
in amdgpu_virt_read_pf2vf_data()
465
if (adev->virt.fw_reserve.
p_pf2vf
== NULL)
in amdgpu_virt_read_pf2vf_data()
477
adev->virt.fw_reserve.
p_pf2vf
, pf2vf_info->size,
in amdgpu_virt_read_pf2vf_data()
491
adev->virt.fw_reserve.
p_pf2vf
, pf2vf_info->size,
in amdgpu_virt_read_pf2vf_data()
648
adev->virt.fw_reserve.
p_pf2vf
= NULL;
in amdgpu_virt_init_data_exchange()
662
adev->virt.fw_reserve.
p_pf2vf
=
in amdgpu_virt_init_data_exchange()
679
adev->virt.fw_reserve.
p_pf2vf
=
in amdgpu_virt_exchange_data()
686
adev->virt.fw_reserve.
p_pf2vf
=
in amdgpu_virt_exchange_data()
698
if (adev->virt.fw_reserve.
p_pf2vf
->version == 2) {
in amdgpu_virt_exchange_data()
699
pf2vf_v2 = (struct amd_sriov_msg_pf2vf_info *)adev->virt.fw_reserve.
p_pf2vf
;
in amdgpu_virt_exchange_data()
[all...]
H
A
D
amdgpu_virt.h
98
struct amd_sriov_msg_pf2vf_info_header *
p_pf2vf
;
member
H
A
D
amdgpu_device.c
3680
if (adev->virt.fw_reserve.
p_pf2vf
)
in amdgpu_device_init()
3682
adev->virt.fw_reserve.
p_pf2vf
)->pcie_atomic_ops_support_flags ==
in amdgpu_device_init()
Completed in 10 milliseconds