Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vdpa/mlx5/core/
H A Dmr.c151 u64 preve; in fill_indir() local
160 preve = dmr->start; in fill_indir()
164 if (preve == dmr->start) { in fill_indir()
167 preve = dmr->end; in fill_indir()
170 klm->bcount = cpu_to_be32(klm_bcount(dmr->start - preve)); in fill_indir()
171 preve = dmr->start; in fill_indir()