drivers/net: add generic ethdev macro to get PCI device
[dpdk.git] / drivers / net / ixgbe / ixgbe_pf.c
index 6f30c42..a56b270 100644 (file)
@@ -61,7 +61,7 @@
 static inline uint16_t
 dev_num_vf(struct rte_eth_dev *eth_dev)
 {
-       struct rte_pci_device *pci_dev = IXGBE_DEV_TO_PCI(eth_dev);
+       struct rte_pci_device *pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev);
 
        return pci_dev->max_vfs;
 }