Searched refs:PCI_FUNC (Results 176 - 200 of 208) sorted by relevance

123456789

/linux-master/drivers/scsi/qla4xxx/
H A Dql4_os.c5924 func_num = PCI_FUNC(ha->pdev->devfn);
8655 ha->func_num = PCI_FUNC(ha->pdev->devfn);
8906 if (PCI_FUNC(ha->pdev->devfn) & BIT_1)
9670 fn = PCI_FUNC(ha->pdev->devfn);
H A Dql4_nx.c2055 dma_desc.cmd.dma_desc_cmd |= ((PCI_FUNC(ha->pdev->devfn) & 0xf) << 0x4);
/linux-master/drivers/mmc/host/
H A Dsdhci-pci-core.c1280 unsigned int func = PCI_FUNC(slot->chip->pdev->devfn);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c762 PCI_FUNC(cdev->pdev->devfn));
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c1931 wx->bus.func = PCI_FUNC(pdev->devfn);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c3141 ha->portnum = PCI_FUNC(ha->pdev->devfn);
3172 ha->portnum = PCI_FUNC(ha->pdev->devfn);
3189 ha->portnum = PCI_FUNC(ha->pdev->devfn);
H A Dqla_nx.c2261 ha->portnum = PCI_FUNC(ha->pdev->devfn);
H A Dqla_nx2.c2935 ((PCI_FUNC(ha->pdev->devfn) & 0xf) << 0x4);
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.c55 if (PCI_FUNC(efct->pci->devfn) != 0)
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c1443 int pci_func_id = PCI_FUNC(pdev->devfn);
/linux-master/drivers/atm/
H A Diphase.c3180 pdev->bus->number, PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn));)
H A Dfore200e.c605 pci_dev->bus->number, PCI_SLOT(pci_dev->devfn), PCI_FUNC(pci_dev->devfn));
/linux-master/drivers/scsi/
H A Dmegaraid.c4400 mcontroller[i].pcifun = PCI_FUNC (pci_dev_func);
H A Dadvansys.c5613 if (PCI_FUNC(pdev->devfn) == 0) {
10333 if (PCI_FUNC(pdev->devfn) != 0) {
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.c1179 karg.pci_information.u.bits.function = PCI_FUNC(ioc->pdev->devfn);
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad.c3640 pcidev_info.pci_func = PCI_FUNC(bnad->pcidev->devfn);
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4971 hw->bus.func = PCI_FUNC(pdev->devfn);
/linux-master/drivers/net/ethernet/intel/
H A De100.c3130 if (0 != PCI_FUNC(pdev->devfn))
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c3234 return PCI_SLOT(pdev->devfn) * 8 + PCI_FUNC(pdev->devfn);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c1332 PCI_FUNC(pdev->devfn),
/linux-master/drivers/iommu/intel/
H A Diommu.c1669 bus, PCI_SLOT(devfn), PCI_FUNC(devfn));
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c761 (PCI_FUNC(ctrl->pdev->devfn) * CEV_ISR_SIZE));
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_attr.c5866 if (phba->cfg_ras_fwlog_func != PCI_FUNC(phba->pcidev->devfn))
/linux-master/drivers/message/fusion/
H A Dmptbase.c2643 unsigned int func = PCI_FUNC(pdev->devfn);
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c5871 ivideo->pcifunc = PCI_FUNC(pdev->devfn);

Completed in 593 milliseconds

123456789