Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c199 if (IFCVF_READ_REG16(&cfg->msix_config) == IFCVF_MSI_NO_VECTOR) { in ifcvf_hw_enable()
220 if (IFCVF_READ_REG16(&cfg->queue_msix_vector) == in ifcvf_hw_enable()
227 notify_off = IFCVF_READ_REG16(&cfg->queue_notify_off); in ifcvf_hw_enable()
H A Difcvf_osdep.h24 #define IFCVF_READ_REG16(reg) rte_read16(reg) macro