Home
last modified time | relevance | path

Searched defs:devfn (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/xen/
H A Dphysdev.h170 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 Dplatform.h298 uint8_t devfn; member
/freebsd/sys/contrib/xen/io/
H A Dpciif.h80 uint32_t devfn; member
106 uint32_t devfn; member
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h97 #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 Dvmbus_pcib.c485 #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 Dbnxt_mgmt.h117 uint32_t devfn; member
/freebsd/sys/arm/mv/
H A Dmv_pci.c452 int err, bus, devfn, port_id; in mv_pcib_attach() local
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c439 unsigned int devfn) in lkpi_pci_get_domain_bus_and_slot()
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1407 #define __sanitizer_syscall_pre_pciconfig_iobase(which, bus, devfn) \ argument
1410 #define __sanitizer_syscall_post_pciconfig_iobase(res, which, bus, devfn) \ argument