MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ionic_q_sg_map

Function ionic_q_sg_map

dpdk/drivers/net/ionic/ionic_dev.c:385–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385void
386ionic_q_sg_map(struct ionic_queue *q, void *base, rte_iova_t base_pa)
387{
388 q->sg_base = base;
389 q->sg_base_pa = base_pa;
390}
391
392void
393ionic_q_reset(struct ionic_queue *q)

Callers 1

ionic_qcq_allocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected