mirror of https://gitee.com/openkylin/linux.git
RDMA/efa: Add EFA 0xefa1 PCI ID
Add support for 0xefa1 devices. Link: https://lore.kernel.org/r/20200722140312.3651-5-galpress@amazon.com Reviewed-by: Shadi Ammouri <sammouri@amazon.com> Reviewed-by: Yossi Leybovich <sleybo@amazon.com> Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
parent
a5d87b6985
commit
d4f9cb5c5b
|
@ -12,10 +12,12 @@
|
||||||
|
|
||||||
#include "efa.h"
|
#include "efa.h"
|
||||||
|
|
||||||
#define PCI_DEV_ID_EFA_VF 0xefa0
|
#define PCI_DEV_ID_EFA0_VF 0xefa0
|
||||||
|
#define PCI_DEV_ID_EFA1_VF 0xefa1
|
||||||
|
|
||||||
static const struct pci_device_id efa_pci_tbl[] = {
|
static const struct pci_device_id efa_pci_tbl[] = {
|
||||||
{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA_VF) },
|
{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA0_VF) },
|
||||||
|
{ PCI_VDEVICE(AMAZON, PCI_DEV_ID_EFA1_VF) },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue