Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c289 log_base & IFCVF_32_BIT_MASK; in ifcvf_enable_logging()
292 (log_base >> 32) & IFCVF_32_BIT_MASK; in ifcvf_enable_logging()
295 (log_base + log_size) & IFCVF_32_BIT_MASK; in ifcvf_enable_logging()
298 ((log_base + log_size) >> 32) & IFCVF_32_BIT_MASK; in ifcvf_enable_logging()
H A Difcvf.h58 #define IFCVF_32_BIT_MASK 0xffffffff macro