Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/dpaa2_qdma/
H A Ddpaa2_qdma.c237 struct qdma_sg_entry *dst_sge, in qdma_populate_sg_entry() argument
268 dst_sge->addr_lo = (uint32_t)iova; in qdma_populate_sg_entry()
269 dst_sge->addr_hi = iova >> 32; in qdma_populate_sg_entry()
272 dst_sge->ctrl.sl = QDMA_SG_SL_LONG; in qdma_populate_sg_entry()
273 dst_sge->ctrl.fmt = QDMA_SG_FMT_SDB; in qdma_populate_sg_entry()
275 dst_sge->ctrl.bmt = QDMA_SG_BMT_ENABLE; in qdma_populate_sg_entry()
277 dst_sge->ctrl.bmt = QDMA_SG_BMT_DISABLE; in qdma_populate_sg_entry()
283 dst_sge->ctrl.f = QDMA_SG_F; in qdma_populate_sg_entry()
286 dst_sge->ctrl.f = 0; in qdma_populate_sg_entry()
289 dst_sge++; in qdma_populate_sg_entry()
[all …]