Home
last modified time | relevance | path

Searched refs:PCIOCGETCONF (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dpciio.h159 #define PCIOCGETCONF _IOWR('p', 5, struct pci_conf_io) macro
/f-stack/dpdk/drivers/bus/pci/bsd/
H A Dpci.c355 if (ioctl(fd, PCIOCGETCONF, &conf_io) < 0) { in rte_pci_scan()