| 30 | #define IXGBE_ETHERTYPE_FLOW_CTRL 0x8808 |
| 31 | |
| 32 | static inline uint16_t |
| 33 | dev_num_vf(struct rte_eth_dev *eth_dev) |
| 34 | { |
| 35 | struct rte_pci_device *pci_dev = RTE_ETH_DEV_TO_PCI(eth_dev); |
| 36 | |
| 37 | return pci_dev->max_vfs; |
| 38 | } |
| 39 | |
| 40 | static inline |
| 41 | int ixgbe_vf_perm_addr_gen(struct rte_eth_dev *dev, uint16_t vf_num) |
no outgoing calls
no test coverage detected