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

Function ngbe_mb_intr_setup

dpdk/drivers/net/ngbe/ngbe_pf.c:44–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44static inline int
45ngbe_mb_intr_setup(struct rte_eth_dev *dev)
46{
47 struct ngbe_interrupt *intr = ngbe_dev_intr(dev);
48
49 intr->mask_misc |= NGBE_ICRMISC_VFMBX;
50
51 return 0;
52}
53
54int ngbe_pf_host_init(struct rte_eth_dev *eth_dev)
55{

Callers 1

ngbe_pf_host_initFunction · 0.85

Calls 1

ngbe_dev_intrFunction · 0.85

Tested by

no test coverage detected