Home
last modified time | relevance | path

Searched refs:IGBVF_MSIX_BAR_IDX (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/net/
H A Digbvf.c257 pcie_sriov_vf_register_bar(dev, IGBVF_MSIX_BAR_IDX, &s->msix); in igbvf_pci_realize()
259 ret = msix_init(dev, IGBVF_MSIX_VEC_NUM, &s->msix, IGBVF_MSIX_BAR_IDX, 0, in igbvf_pci_realize()
260 &s->msix, IGBVF_MSIX_BAR_IDX, 0x2000, 0x70, errp); in igbvf_pci_realize()
H A Digb_common.h34 #define IGBVF_MSIX_BAR_IDX (3) macro
H A Digb.c456 pcie_sriov_pf_init_vf_bar(pci_dev, IGBVF_MSIX_BAR_IDX, in igb_pci_realize()