MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ixgbevf_dev_interrupt_handler

Function ixgbevf_dev_interrupt_handler

dpdk/drivers/net/ixgbe/ixgbe_ethdev.c:8183–8190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8181}
8182
8183static void
8184ixgbevf_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

Callers

nothing calls this directly

Tested by

no test coverage detected