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

Function ionic_q_map

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

Source from the content-addressed store, hash-verified

376}
377
378void
379ionic_q_map(struct ionic_queue *q, void *base, rte_iova_t base_pa)
380{
381 q->base = base;
382 q->base_pa = base_pa;
383}
384
385void
386ionic_q_sg_map(struct ionic_queue *q, void *base, rte_iova_t base_pa)

Callers 1

ionic_qcq_allocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected