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

Function ionic_db_map

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

Source from the content-addressed store, hash-verified

262}
263
264struct ionic_doorbell *
265ionic_db_map(struct ionic_lif *lif, struct ionic_queue *q)
266{
267 return lif->kern_dbpage + q->hw_type;
268}
269
270void
271ionic_intr_init(struct ionic_dev *idev, struct ionic_intr_info *intr,

Callers 3

ionic_lif_adminq_initFunction · 0.85
ionic_lif_txq_initFunction · 0.85
ionic_lif_rxq_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected