Skip to content

Commit 8b7beaf

Browse files
gcabidduawilliam
authored andcommitted
PCI: Add Intel QuickAssist device IDs
Add device IDs for the following Intel QuickAssist devices: DH895XCC, C3XXX and C62X. The defines in this patch are going to be referenced in two independent drivers, qat and vfio-pci. Signed-off-by: Giovanni Cabiddu <[email protected]> Acked-by: Bjorn Helgaas <[email protected]> Reviewed-by: Fiona Trahe <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Alex Williamson <[email protected]>
1 parent 924b51a commit 8b7beaf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

include/linux/pci_ids.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2659,6 +2659,8 @@
26592659
#define PCI_DEVICE_ID_INTEL_80332_1 0x0332
26602660
#define PCI_DEVICE_ID_INTEL_80333_0 0x0370
26612661
#define PCI_DEVICE_ID_INTEL_80333_1 0x0372
2662+
#define PCI_DEVICE_ID_INTEL_QAT_DH895XCC 0x0435
2663+
#define PCI_DEVICE_ID_INTEL_QAT_DH895XCC_VF 0x0443
26622664
#define PCI_DEVICE_ID_INTEL_82375 0x0482
26632665
#define PCI_DEVICE_ID_INTEL_82424 0x0483
26642666
#define PCI_DEVICE_ID_INTEL_82378 0x0484
@@ -2708,6 +2710,8 @@
27082710
#define PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_4C_NHI 0x1577
27092711
#define PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_4C_BRIDGE 0x1578
27102712
#define PCI_DEVICE_ID_INTEL_80960_RP 0x1960
2713+
#define PCI_DEVICE_ID_INTEL_QAT_C3XXX 0x19e2
2714+
#define PCI_DEVICE_ID_INTEL_QAT_C3XXX_VF 0x19e3
27112715
#define PCI_DEVICE_ID_INTEL_82840_HB 0x1a21
27122716
#define PCI_DEVICE_ID_INTEL_82845_HB 0x1a30
27132717
#define PCI_DEVICE_ID_INTEL_IOAT 0x1a38
@@ -2924,6 +2928,8 @@
29242928
#define PCI_DEVICE_ID_INTEL_IOAT_JSF7 0x3717
29252929
#define PCI_DEVICE_ID_INTEL_IOAT_JSF8 0x3718
29262930
#define PCI_DEVICE_ID_INTEL_IOAT_JSF9 0x3719
2931+
#define PCI_DEVICE_ID_INTEL_QAT_C62X 0x37c8
2932+
#define PCI_DEVICE_ID_INTEL_QAT_C62X_VF 0x37c9
29272933
#define PCI_DEVICE_ID_INTEL_ICH10_0 0x3a14
29282934
#define PCI_DEVICE_ID_INTEL_ICH10_1 0x3a16
29292935
#define PCI_DEVICE_ID_INTEL_ICH10_2 0x3a18

0 commit comments

Comments
 (0)