| 8181 | } |
| 8182 | |
| 8183 | static void |
| 8184 | ixgbevf_dev_interrupt_handler(void *param) |
| 8185 | { |
| 8186 | struct rte_eth_dev *dev = (struct rte_eth_dev *)param; |
| 8187 | |
| 8188 | ixgbevf_dev_interrupt_get_status(dev); |
| 8189 | ixgbevf_dev_interrupt_action(dev); |
| 8190 | } |
| 8191 | |
| 8192 | /** |
| 8193 | * ixgbe_disable_sec_tx_path_generic - Stops the transmit data path |
nothing calls this directly
no test coverage detected