pci_vpd
Regular
4.4
: ✅struct pci_vpd {
unsigned int len;
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
};
4.8
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
u8 busy;
u8 valid;
};
4.10
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
u8 busy;
u8 valid;
};
4.13
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
u8 busy;
u8 valid;
};
4.15
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
u8 busy;
u8 valid;
};
4.18
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
unsigned int busy;
unsigned int valid;
};
5.0
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
unsigned int busy;
unsigned int valid;
};
5.3
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
unsigned int busy;
unsigned int valid;
};
5.4
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
unsigned int busy;
unsigned int valid;
};
5.8
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
unsigned int busy;
unsigned int valid;
};
5.11
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
unsigned int busy;
unsigned int valid;
};
5.13
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
unsigned int busy;
unsigned int valid;
};
5.15
: ✅struct pci_vpd {
struct mutex lock;
unsigned int len;
u8 cap;
};
5.19
: ✅struct pci_vpd {
struct mutex lock;
unsigned int len;
u8 cap;
};
6.2
: ✅struct pci_vpd {
struct mutex lock;
unsigned int len;
u8 cap;
};
6.5
: ✅struct pci_vpd {
struct mutex lock;
unsigned int len;
u8 cap;
};
6.8
: ✅struct pci_vpd {
struct mutex lock;
unsigned int len;
u8 cap;
};
arm64
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
unsigned int busy;
unsigned int valid;
};
armhf
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
unsigned int busy;
unsigned int valid;
};
ppc64el
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
unsigned int busy;
unsigned int valid;
};
riscv64
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
unsigned int busy;
unsigned int valid;
};
aws
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
unsigned int busy;
unsigned int valid;
};
azure
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
unsigned int busy;
unsigned int valid;
};
gcp
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
unsigned int busy;
unsigned int valid;
};
lowlatency
: ✅struct pci_vpd {
const struct pci_vpd_ops *ops;
struct bin_attribute *attr;
struct mutex lock;
unsigned int len;
u16 flag;
u8 cap;
unsigned int busy;
unsigned int valid;
};
Regular
4.4
and 4.8
⚠️struct mutex lock
u16 flag
u8 cap
u8 busy
u8 valid
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
⚠️u8 busy
➡️ unsigned int busy
u8 valid
➡️ unsigned int valid
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
⚠️struct bin_attribute *attr
5.13
and 5.15
⚠️const struct pci_vpd_ops *ops
u16 flag
unsigned int busy
unsigned int valid
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅