Searched refs:PCI_SRIOV_TOTAL_VF (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/hw/pci/ |
H A D | pcie_sriov.c | 61 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 D | pci_regs.h | 954 #define PCI_SRIOV_TOTAL_VF 0x0e /* Total VFs */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 957 #define PCI_SRIOV_TOTAL_VF 0x0e /* Total VFs */ macro
|
/openbmc/linux/drivers/crypto/cavium/cpt/ |
H A D | cptpf_main.c | 516 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 D | nic_main.c | 1248 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 D | iov.c | 768 pci_read_config_word(dev, pos + PCI_SRIOV_TOTAL_VF, &total); in sriov_init()
|
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | enic_main.c | 2779 pci_read_config_word(pdev, pos + PCI_SRIOV_TOTAL_VF, in enic_probe()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.c | 1129 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 D | qed_sriov.c | 349 pos + PCI_SRIOV_TOTAL_VF, &iov->total_vfs); in qed_iov_pci_cfg_info()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 7607 pci_read_config_word(pdev, pos + PCI_SRIOV_TOTAL_VF, &nr_virtfn); in lpfc_sli_sriov_nr_virtfn_get()
|