Home
last modified time | relevance | path

Searched refs:PCI_SRIOV_TOTAL_VF (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpcie_sriov.c61 pci_set_word(cfg + PCI_SRIOV_TOTAL_VF, total_vfs); in pcie_sriov_pf_init()
179 if (num_vfs > pci_get_word(dev->config + sriov_cap + PCI_SRIOV_TOTAL_VF)) { in register_vfs()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h954 #define PCI_SRIOV_TOTAL_VF 0x0e /* Total VFs */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h957 #define PCI_SRIOV_TOTAL_VF 0x0e /* Total VFs */ macro
/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcptpf_main.c516 pci_read_config_word(pdev, (pos + PCI_SRIOV_TOTAL_VF), &total_vf_cnt); in cpt_sriov_init()
/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic_main.c1248 pci_read_config_word(nic->pdev, (pos + PCI_SRIOV_TOTAL_VF), &total_vf); in nic_num_sqs_en()
1265 pci_read_config_word(pdev, (pos + PCI_SRIOV_TOTAL_VF), &total_vf_cnt); in nic_sriov_init()
/openbmc/linux/drivers/pci/
H A Diov.c768 pci_read_config_word(dev, pos + PCI_SRIOV_TOTAL_VF, &total); in sriov_init()
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Denic_main.c2779 pci_read_config_word(pdev, pos + PCI_SRIOV_TOTAL_VF, in enic_probe()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c1129 pci_read_config_word(dev, pos + PCI_SRIOV_TOTAL_VF, &iov->total); in bnx2x_sriov_pci_cfg_info()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c349 pos + PCI_SRIOV_TOTAL_VF, &iov->total_vfs); in qed_iov_pci_cfg_info()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c7607 pci_read_config_word(pdev, pos + PCI_SRIOV_TOTAL_VF, &nr_virtfn); in lpfc_sli_sriov_nr_virtfn_get()