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

Function ionic_intr_mask

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

Source from the content-addressed store, hash-verified

54}
55
56static inline void
57ionic_intr_mask(struct ionic_intr __iomem *intr_ctrl,
58 int intr_idx, uint32_t mask)
59{
60 iowrite32(mask, &intr_ctrl[intr_idx].mask);
61}
62
63static inline void
64ionic_intr_credits(struct ionic_intr __iomem *intr_ctrl,

Callers 3

ionic_lif_notifyq_deinitFunction · 0.85
ionic_notifyq_handlerFunction · 0.85
ionic_lif_notifyq_initFunction · 0.85

Calls 1

iowrite32Function · 0.50

Tested by

no test coverage detected