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

Function ionic_intr_init

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

Source from the content-addressed store, hash-verified

268}
269
270void
271ionic_intr_init(struct ionic_dev *idev, struct ionic_intr_info *intr,
272 unsigned long index)
273{
274 ionic_intr_clean(idev->intr_ctrl, index);
275 intr->index = index;
276}
277
278void
279ionic_dev_cmd_adminq_init(struct ionic_dev *idev, struct ionic_qcq *qcq)

Callers 1

ionic_intr_allocFunction · 0.85

Calls 1

ionic_intr_cleanFunction · 0.85

Tested by

no test coverage detected