| 42 | } |
| 43 | |
| 44 | static inline int |
| 45 | ngbe_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 | |
| 54 | int ngbe_pf_host_init(struct rte_eth_dev *eth_dev) |
| 55 | { |
no test coverage detected