| 56 | } |
| 57 | |
| 58 | static inline int |
| 59 | ixgbe_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 | |
| 69 | int ixgbe_pf_host_init(struct rte_eth_dev *eth_dev) |
| 70 | { |
no outgoing calls
no test coverage detected