Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dpci_regs.h971 #define PCI_SRIOV_TOTAL_VF 0x0e /* Total VFs */ macro
/linux/drivers/crypto/cavium/cpt/
H A Dcptpf_main.c518 pci_read_config_word(pdev, (pos + PCI_SRIOV_TOTAL_VF), &total_vf_cnt); in cpt_sriov_init()
/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()
/linux/drivers/pci/
H A Diov.c823 pci_read_config_word(dev, pos + PCI_SRIOV_TOTAL_VF, &total); in sriov_init()
/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()
/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()
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c7620 pci_read_config_word(pdev, pos + PCI_SRIOV_TOTAL_VF, &nr_virtfn); in lpfc_sli_sriov_nr_virtfn_get()