Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dpci_regs.h839 #define PCI_SRIOV_TOTAL_VF 0x0e /* Total VFs */ macro
/linux-4.1.27/drivers/pci/
Diov.c402 pci_read_config_word(dev, pos + PCI_SRIOV_TOTAL_VF, &total); in sriov_init()
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Denic_main.c2492 pci_read_config_word(pdev, pos + PCI_SRIOV_TOTAL_VF, in enic_probe()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c1181 pci_read_config_word(dev, pos + PCI_SRIOV_TOTAL_VF, &iov->total); in bnx2x_sriov_pci_cfg_info()
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_init.c4877 pci_read_config_word(pdev, pos + PCI_SRIOV_TOTAL_VF, &nr_virtfn); in lpfc_sli_sriov_nr_virtfn_get()