Searched refs:PCIOCREAD (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ | ||
| H A D | pciio.h | 160 #define PCIOCREAD _IOWR('p', 2, struct pci_io) macro |
| /f-stack/dpdk/drivers/bus/pci/bsd/ | ||
| H A D | pci.c | 432 if (ioctl(fd, PCIOCREAD, &pi) < 0) in rte_pci_read_config() |