Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ioat/
H A Didxd_pci.c130 uint16_t grp_offset, wq_offset; /* how far into bar0 the regs are */ in init_pci_device() local
146 wq_offset = (uint16_t)(pci->regs->offsets[0] >> 16); in init_pci_device()
147 pci->wq_regs_base = RTE_PTR_ADD(pci->regs, wq_offset * 0x100); in init_pci_device()