| /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 | 100 PCI_SLOT(devfn) global() argument 101 PCI_FUNC(devfn) global() argument 102 PCI_BUS_NUM(devfn) global() argument 103 PCI_DEVID(bus,devfn) global() argument 354 unsigned int devfn; global() member 1368 pci_get_domain_bus_and_slot(domain,bus,devfn) global() argument 1385 pci_bus_read_config(struct pci_bus * bus,unsigned int devfn,int pos,uint32_t * val,int len) pci_bus_read_config() argument 1394 pci_bus_read_config_word(struct pci_bus * bus,unsigned int devfn,int pos,u16 * val) pci_bus_read_config_word() argument 1405 pci_bus_read_config_byte(struct pci_bus * bus,unsigned int devfn,int pos,u8 * val) pci_bus_read_config_byte() argument 1416 pci_bus_write_config(struct pci_bus * bus,unsigned int devfn,int pos,uint32_t val,int size) pci_bus_write_config() argument 1425 pci_bus_write_config_byte(struct pci_bus * bus,unsigned int devfn,int pos,uint8_t val) pci_bus_write_config_byte() argument 1432 pci_bus_write_config_word(struct pci_bus * bus,unsigned int devfn,int pos,uint16_t val) pci_bus_write_config_word() argument [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 | 122 uint32_t devfn; member
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_pci.c | 476 lkpi_pci_get_domain_bus_and_slot(int domain,unsigned int bus,unsigned int devfn) lkpi_pci_get_domain_bus_and_slot() argument 490 lkpi_pci_get_slot(struct pci_bus * pbus,unsigned int devfn) lkpi_pci_get_slot() argument
|
| /freebsd/sys/arm/mv/ |
| H A D | mv_pci.c | 452 int err, bus, devfn, port_id; in mv_pcib_attach() local
|
| /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
|