Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpciio.h161 #define PCIOCWRITE _IOWR('p', 3, struct pci_io) macro
/f-stack/dpdk/drivers/bus/pci/bsd/
H A Dpci.c481 if (ioctl(fd, PCIOCWRITE, &pi) < 0) in rte_pci_write_config()