Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/vdpa/ifc/base/
H A Difcvf_osdep.h26 #define IFCVF_READ_REG32(reg) rte_read32(reg) macro
H A Difcvf.c141 features_lo = IFCVF_READ_REG32(&cfg->device_feature); in ifcvf_get_features()
144 features_hi = IFCVF_READ_REG32(&cfg->device_feature); in ifcvf_get_features()