Searched refs:PCI_SRIOV_TOTAL_VF (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/crypto/cavium/cpt/
H A Dcptpf_main.c516 pci_read_config_word(pdev, (pos + PCI_SRIOV_TOTAL_VF), &total_vf_cnt);
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnic_main.c1248 pci_read_config_word(nic->pdev, (pos + PCI_SRIOV_TOTAL_VF), &total_vf);
1265 pci_read_config_word(pdev, (pos + PCI_SRIOV_TOTAL_VF), &total_vf_cnt);
/linux-master/include/uapi/linux/
H A Dpci_regs.h957 #define PCI_SRIOV_TOTAL_VF 0x0e /* Total VFs */ macro
/linux-master/drivers/pci/
H A Diov.c769 pci_read_config_word(dev, pos + PCI_SRIOV_TOTAL_VF, &total);
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_main.c2767 pci_read_config_word(pdev, pos + PCI_SRIOV_TOTAL_VF,
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c1129 pci_read_config_word(dev, pos + PCI_SRIOV_TOTAL_VF, &iov->total);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c349 pos + PCI_SRIOV_TOTAL_VF, &iov->total_vfs);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c7614 pci_read_config_word(pdev, pos + PCI_SRIOV_TOTAL_VF, &nr_virtfn);

Completed in 217 milliseconds