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:pfgid
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/pci/
H
A
D
pci_clp.c
119
static int clp_query_pci_fngrp(struct zpci_dev *zdev, u8
pfgid
)
in clp_query_pci_fngrp()
argument
132
rrb->request.
pfgid
=
pfgid
;
in clp_query_pci_fngrp()
158
zdev->
pfgid
= response->
pfgid
;
in clp_store_query_pci_fn()
206
rc = clp_query_pci_fngrp(zdev, rrb->response.
pfgid
);
in clp_query_pci_fn()
H
A
D
pci_sysfs.c
33
zpci_attr(
pfgid
, "0x%02x\n",
pfgid
);
/kernel/linux/linux-6.6/arch/s390/pci/
H
A
D
pci_clp.c
122
static int clp_query_pci_fngrp(struct zpci_dev *zdev, u8
pfgid
)
in clp_query_pci_fngrp()
argument
135
rrb->request.
pfgid
=
pfgid
;
in clp_query_pci_fngrp()
161
zdev->
pfgid
= response->
pfgid
;
in clp_store_query_pci_fn()
209
rc = clp_query_pci_fngrp(zdev, rrb->response.
pfgid
);
in clp_query_pci_fn()
H
A
D
pci_sysfs.c
33
zpci_attr(
pfgid
, "0x%02x\n",
pfgid
);
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
pci_clp.h
116
u16
pfgid
: 8; /* pci function group id */
member
142
u32
pfgid
: 8; /* function group id */
member
H
A
D
pci.h
129
u8
pfgid
; /* function group ID */
member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
pci_clp.h
116
u16
pfgid
: 8; /* pci function group id */
member
142
u32
pfgid
: 8; /* function group id */
member
H
A
D
pci.h
132
u8
pfgid
; /* function group ID */
member
/kernel/linux/linux-5.10/drivers/vfio/pci/
H
A
D
vfio_pci_zdev.c
39
.gid = zdev->
pfgid
in zpci_base_cap()
/kernel/linux/linux-6.6/drivers/vfio/pci/
H
A
D
vfio_pci_zdev.c
34
.gid = zdev->
pfgid
,
in zpci_base_cap()
Completed in 7 milliseconds