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

Function ionic_dev_interrupt_handler

dpdk/drivers/net/ionic/ionic_ethdev.c:322–331  ·  view source on GitHub ↗

* Interrupt handler triggered by NIC for handling * specific interrupt. * * @param param * The address of parameter registered before. * * @return * void */

Source from the content-addressed store, hash-verified

320 * void
321 */
322void
323ionic_dev_interrupt_handler(void *param)
324{
325 struct ionic_adapter *adapter = (struct ionic_adapter *)param;
326
327 IONIC_PRINT(DEBUG, "->");
328
329 if (adapter->lif)
330 ionic_notifyq_handler(adapter->lif, -1);
331}
332
333static int
334ionic_dev_mtu_set(struct rte_eth_dev *eth_dev, uint16_t mtu)

Callers

nothing calls this directly

Calls 1

ionic_notifyq_handlerFunction · 0.85

Tested by

no test coverage detected