diff options
| author | Shameer Kolothum <[email protected]> | 2022-03-08 18:48:56 +0000 |
|---|---|---|
| committer | Alex Williamson <[email protected]> | 2022-03-15 11:34:08 -0600 |
| commit | fae74feacd2dfb6172c4862fc760f969a991c06f (patch) | |
| tree | 26e2e7b7c2bf5f868f2f8e05f9f16db8fa36284e /include/linux | |
| parent | b4b084d7133284e29777ca445e001186259602d4 (diff) | |
hisi_acc_qm: Move VF PCI device IDs to common header
Move the PCI Device IDs of HiSilicon ACC VF devices to a common header
and also use a uniform naming convention.
This will be useful when we introduce the vfio PCI HiSilicon ACC live
migration driver in subsequent patches.
Cc: Bjorn Helgaas <[email protected]>
Acked-by: Zhou Wang <[email protected]>
Acked-by: Longfang Liu <[email protected]>
Acked-by: Kai Ye <[email protected]>
Signed-off-by: Shameer Kolothum <[email protected]>
Acked-by: Bjorn Helgaas <[email protected]> # pci_ids.h
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alex Williamson <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index aad54c666407..31dee2b65a62 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2529,6 +2529,9 @@ #define PCI_DEVICE_ID_KORENIX_JETCARDF3 0x17ff #define PCI_VENDOR_ID_HUAWEI 0x19e5 +#define PCI_DEVICE_ID_HUAWEI_ZIP_VF 0xa251 +#define PCI_DEVICE_ID_HUAWEI_SEC_VF 0xa256 +#define PCI_DEVICE_ID_HUAWEI_HPRE_VF 0xa259 #define PCI_VENDOR_ID_NETRONOME 0x19ee #define PCI_DEVICE_ID_NETRONOME_NFP4000 0x4000 |