Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
385
void
386
ionic_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
392
void
393
ionic_q_reset(struct ionic_queue *q)
Callers
1
ionic_qcq_alloc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected