Searched refs:PCI_SLOT (Results 226 - 250 of 251) sorted by relevance

1234567891011

/linux-master/drivers/net/ethernet/sun/
H A Dsunhme.c2374 index = PCI_SLOT(pdev->devfn);
H A Dcassini.c3378 cp->phy_type = cas_get_vpd_info(cp, addr, PCI_SLOT(pdev->devfn));
H A Dniu.c9788 parent_id.pci.device = PCI_SLOT(pdev->devfn);
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c1930 wx->bus.device = PCI_SLOT(pdev->devfn);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c3751 PCI_DEVFN(PCI_SLOT(pdev->devfn), val));
/linux-master/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c3733 qdev->pci_slot = (u8) PCI_SLOT(qdev->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.c4403 mcontroller[i].pcislot = PCI_SLOT(pci_dev_func);
H A Dqla1280.c4155 bdp->name, pdev->bus->number, PCI_SLOT(pdev->devfn));
H A Dips.c6895 ha->slot_num = PCI_SLOT(pci_dev->devfn);
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.c1178 karg.pci_information.u.bits.device = PCI_SLOT(ioc->pdev->devfn);
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad.c3639 pcidev_info.pci_slot = PCI_SLOT(bnad->pcidev->devfn);
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4970 hw->bus.device = PCI_SLOT(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.c1331 PCI_SLOT(pdev->devfn),
/linux-master/drivers/iommu/intel/
H A Diommu.c1669 bus, PCI_SLOT(devfn), PCI_FUNC(devfn));
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_os.c8911 ha->pdev->bus->number, PCI_DEVFN(PCI_SLOT(ha->pdev->devfn),
9681 PCI_DEVFN(PCI_SLOT(ha->pdev->devfn),
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c5279 PCI_SLOT(cdev->pdev->devfn), p_hwfn->abs_pf_id);
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c907 PCI_SLOT(pdev->devfn), pfun, idx);
/linux-master/drivers/message/fusion/
H A Dmptbase.c2642 unsigned int slot = PCI_SLOT(pdev->devfn);
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c5870 ivideo->pcislot = PCI_SLOT(pdev->devfn);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6320 pbridge->bus->number, PCI_SLOT(pbridge->devfn),
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_main.c5298 hw->bus.device = PCI_SLOT(pdev->devfn);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c10561 if (PCI_SLOT(bp->pdev->devfn) == tmp_list->slot &&
10668 tmp_list->slot = PCI_SLOT(bp->pdev->devfn);

Completed in 519 milliseconds

1234567891011