Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpciio.h160 #define PCIOCREAD _IOWR('p', 2, struct pci_io) macro
/f-stack/dpdk/drivers/bus/pci/bsd/
H A Dpci.c432 if (ioctl(fd, PCIOCREAD, &pi) < 0) in rte_pci_read_config()