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

Function eth_igbvf_configure_msix_intr

dpdk/drivers/net/e1000/igb_ethdev.c:571–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571static void
572eth_igbvf_configure_msix_intr(struct rte_eth_dev *dev)
573{
574 struct e1000_hw *hw =
575 E1000_DEV_PRIVATE_TO_HW(dev->data->dev_private);
576
577 /* Configure VF other cause ivar */
578 igbvf_set_ivar_map(hw, E1000_VTIVAR_MISC_MAILBOX);
579}
580
581static inline int32_t
582igb_pf_reset_hw(struct e1000_hw *hw)

Callers 1

igbvf_dev_startFunction · 0.85

Calls 1

igbvf_set_ivar_mapFunction · 0.85

Tested by

no test coverage detected