Searched refs:devfn (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/sys/xen/interface/io/
H A Dpciif.h79 uint32_t devfn; member in struct:xen_pci_op
105 uint32_t devfn; member in struct:xen_pcie_aer_op
/freebsd-10-stable/sys/xen/interface/
H A Dphysdev.h167 int devfn; member in struct:physdev_map_pirq
191 uint8_t devfn; member in struct:physdev_manage_pci
201 uint8_t devfn; member in struct:physdev_restore_msi
210 uint8_t devfn; member in struct:physdev_manage_pci_ext
215 uint8_t devfn; member in struct:physdev_manage_pci_ext::__anon11731
289 uint8_t devfn; member in struct:physdev_pci_device_add
293 uint8_t devfn; member in struct:physdev_pci_device_add::__anon11733
310 uint8_t devfn; member in struct:physdev_pci_device
/freebsd-10-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c381 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
382 #define PCI_FUNC(devfn) ((devfn) & 0x07)
385 devfn_to_wslot(unsigned int devfn) argument
390 wslot.bits.slot = PCI_SLOT(devfn);
391 wslot.bits.func = PCI_FUNC(devfn);
515 int devfn; local
517 devfn = wslot_to_devfn(hpdev->desc.wslot.val);
522 0, PCI_SLOT(devfn), PCI_FUN
1534 unsigned int devfn; local
1603 unsigned int devfn = PCI_DEVFN(slot, func); local
1623 unsigned int devfn = PCI_DEVFN(slot, func); local
1675 unsigned int devfn; local
[all...]
/freebsd-10-stable/sys/ofed/include/linux/
H A Dpci.h76 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
77 #define PCI_FUNC(devfn) ((devfn) & 0x07)
152 unsigned int devfn; member in struct:pci_dev
/freebsd-10-stable/sys/mips/rmi/
H A Dxlr_pci.c64 #define pci_cfg_offset(bus,slot,devfn,where) (((bus)<<16) + ((slot) << 11)+((devfn)<<8)+(where))
/freebsd-10-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c408 u_int devfn; local
412 devfn = DEVFN(bus, slot, func);
413 if (devfn == sc->sc_devfn_tundra)
415 if (devfn == sc->sc_devfn_via_ide && reg == PCIR_INTPIN)
/freebsd-10-stable/sys/dev/xen/pcifront/
H A Dpcifront.c597 .devfn = PCI_DEVFN(slot, func),
624 .devfn = PCI_DEVFN(slot, func),
/freebsd-10-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h583 pdev->vendor, pdev->device, PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn)) \
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dmain.c508 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn));
3172 return PCI_SLOT(pdev->devfn) * 8 + PCI_FUNC(pdev->devfn);
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c1621 PCI_SLOT(dev->pdev->devfn),
1622 PCI_FUNC(dev->pdev->devfn));

Completed in 209 milliseconds