| 3012 | } |
| 3013 | |
| 3014 | static void |
| 3015 | eth_igbvf_interrupt_handler(void *param) |
| 3016 | { |
| 3017 | struct rte_eth_dev *dev = (struct rte_eth_dev *)param; |
| 3018 | |
| 3019 | eth_igbvf_interrupt_get_status(dev); |
| 3020 | eth_igbvf_interrupt_action(dev, dev->intr_handle); |
| 3021 | } |
| 3022 | |
| 3023 | static int |
| 3024 | eth_igb_led_on(struct rte_eth_dev *dev) |
nothing calls this directly
no test coverage detected