Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ioat/
H A Didxd_pci.c41 } while (idxd->u.pci->regs->cmdstatus & CMDSTATUS_ACTIVE_MASK); in idxd_pci_dev_command()
157 if (pci->regs->cmdstatus & CMDSTATUS_ACTIVE_MASK) { in init_pci_device()
H A Dioat_spec.h329 #define CMDSTATUS_ACTIVE_MASK (1 << 31) macro