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

Function ionic_intr_mask_assert

dpdk/drivers/net/ionic/ionic_regs.h:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88static inline void
89ionic_intr_mask_assert(struct ionic_intr __iomem *intr_ctrl,
90 int intr_idx, uint32_t mask)
91{
92 iowrite32(mask, &intr_ctrl[intr_idx].mask_assert);
93}
94
95/** enum ionic_dbell_bits - bitwise composition of dbell values.
96 *

Callers 1

ionic_notify_qcq_allocFunction · 0.85

Calls 1

iowrite32Function · 0.50

Tested by

no test coverage detected