Home
last modified time | relevance | path

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

/dpdk/drivers/dma/idxd/
H A Didxd_pci.c207 pci->grp_regs[i].grpwqcfg[0] = 0; in init_pci_device()
243 pci->grp_regs[i % nb_groups].grpwqcfg[0] |= (1ULL << i); in init_pci_device()
255 IDXD_PMD_DEBUG(" GRPWQCFG: %"PRIx64, pci->grp_regs[i].grpwqcfg[0]); in init_pci_device()
H A Didxd_hw_defs.h121 uint64_t grpwqcfg[4] __rte_cache_aligned; /* 64-byte register set */ member
/dpdk/drivers/raw/ioat/
H A Didxd_pci.c179 pci->grp_regs[i].grpwqcfg[0] = 0; in init_pci_device()
215 pci->grp_regs[i % nb_groups].grpwqcfg[0] |= (1ULL << i); in init_pci_device()
227 IOAT_PMD_DEBUG(" GRPWQCFG: %"PRIx64, pci->grp_regs[i].grpwqcfg[0]); in init_pci_device()
H A Dioat_spec.h322 uint64_t grpwqcfg[4] __rte_cache_aligned; /* 64-byte register set */ member