Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpciio.h163 #define PCIOCGETBAR _IOWR('p', 6, struct pci_bar_io) macro
/f-stack/dpdk/drivers/bus/pci/bsd/
H A Dpci.c278 if (ioctl(dev_pci_fd, PCIOCGETBAR, &bar) < 0) in pci_scan_one()