Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/vdpa/ifc/base/
H A Difcvf_osdep.h23 #define IFCVF_WRITE_REG8(val, reg) rte_write8((val), (reg)) macro
H A Difcvf.c111 IFCVF_WRITE_REG8(status, &hw->common_cfg->device_status); in ifcvf_set_status()