Searched defs:devfn (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/xen/ |
H A D | physdev.h | 170 int devfn; member 194 uint8_t devfn; member 204 uint8_t devfn; member 213 uint8_t devfn; member 218 uint8_t devfn; member 292 uint8_t devfn; member 296 uint8_t devfn; member 320 uint8_t devfn; member
|
H A D | platform.h | 298 uint8_t devfn; member
|
/freebsd/sys/contrib/xen/io/ |
H A D | pciif.h | 80 uint32_t devfn; member 106 uint32_t devfn; member
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 97 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 98 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument 99 #define PCI_BUS_NUM(devfn) (((devfn) >> 8) & 0xff) argument 100 #define PCI_DEVID(bus, devfn) ((((uint16_t)(bus)) << 8) | (devfn)) argument 337 unsigned int devfn; member 1315 #define pci_get_domain_bus_and_slot(domain, bus, devfn) \ argument 1326 pci_bus_read_config(struct pci_bus *bus, unsigned int devfn, in pci_bus_read_config() 1335 pci_bus_read_config_word(struct pci_bus *bus, unsigned int devfn, int pos, u16 *val) in pci_bus_read_config_word() 1346 pci_bus_read_config_byte(struct pci_bus *bus, unsigned int devfn, int pos, u8 *val) in pci_bus_read_config_byte() 1357 pci_bus_write_config(struct pci_bus *bus, unsigned int devfn, int pos, in pci_bus_write_config() [all …]
|
/freebsd/sys/dev/hyperv/pcib/ |
H A D | vmbus_pcib.c | 485 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 486 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument 489 devfn_to_wslot(unsigned int devfn) in devfn_to_wslot() 638 int devfn; in hv_pci_delete_device() local 1673 unsigned int devfn; in vmbus_pcib_alloc_resource() local 1776 unsigned int devfn = PCI_DEVFN(slot, func); in vmbus_pcib_read_config() local 1796 unsigned int devfn = PCI_DEVFN(slot, func); in vmbus_pcib_write_config() local 1879 unsigned int devfn; in vmbus_pcib_map_msi() local
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_mgmt.h | 117 uint32_t devfn; member
|
/freebsd/sys/arm/mv/ |
H A D | mv_pci.c | 452 int err, bus, devfn, port_id; in mv_pcib_attach() local
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_pci.c | 439 unsigned int devfn) in lkpi_pci_get_domain_bus_and_slot()
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1407 #define __sanitizer_syscall_pre_pciconfig_iobase(which, bus, devfn) \ argument 1410 #define __sanitizer_syscall_post_pciconfig_iobase(res, which, bus, devfn) \ argument
|