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

Function ngbe_dev_intr

dpdk/drivers/net/ngbe/ngbe_ethdev.h:162–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 (&((struct ngbe_adapter *)(dev)->data->dev_private)->stats)
161
162static inline struct ngbe_interrupt *
163ngbe_dev_intr(struct rte_eth_dev *dev)
164{
165 struct ngbe_adapter *ad = ngbe_dev_adapter(dev);
166 struct ngbe_interrupt *intr = &ad->intr;
167
168 return intr;
169}
170
171#define NGBE_DEV_STAT_MAPPINGS(dev) \
172 (&((struct ngbe_adapter *)(dev)->data->dev_private)->stat_mappings)

Callers 10

ngbe_enable_intrFunction · 0.85
ngbe_dev_configureFunction · 0.85
ngbe_dev_phy_intr_setupFunction · 0.85
ngbe_mb_intr_setupFunction · 0.85

Calls 1

ngbe_dev_adapterFunction · 0.85

Tested by

no test coverage detected