| 569 | } |
| 570 | |
| 571 | static void |
| 572 | eth_igbvf_configure_msix_intr(struct rte_eth_dev *dev) |
| 573 | { |
| 574 | struct e1000_hw *hw = |
| 575 | E1000_DEV_PRIVATE_TO_HW(dev->data->dev_private); |
| 576 | |
| 577 | /* Configure VF other cause ivar */ |
| 578 | igbvf_set_ivar_map(hw, E1000_VTIVAR_MISC_MAILBOX); |
| 579 | } |
| 580 | |
| 581 | static inline int32_t |
| 582 | igb_pf_reset_hw(struct e1000_hw *hw) |
no test coverage detected