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

Function ixgbe_mb_intr_setup

dpdk/drivers/net/ixgbe/ixgbe_pf.c:58–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58static inline int
59ixgbe_mb_intr_setup(struct rte_eth_dev *dev)
60{
61 struct ixgbe_interrupt *intr =
62 IXGBE_DEV_PRIVATE_TO_INTR(dev->data->dev_private);
63
64 intr->mask |= IXGBE_EICR_MAILBOX;
65
66 return 0;
67}
68
69int ixgbe_pf_host_init(struct rte_eth_dev *eth_dev)
70{

Callers 1

ixgbe_pf_host_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected