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

Function ngbe_dev_hw

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

Source from the content-addressed store, hash-verified

148}
149
150static inline struct ngbe_hw *
151ngbe_dev_hw(struct rte_eth_dev *dev)
152{
153 struct ngbe_adapter *ad = ngbe_dev_adapter(dev);
154 struct ngbe_hw *hw = &ad->hw;
155
156 return hw;
157}
158
159#define NGBE_DEV_STATS(dev) \
160 (&((struct ngbe_adapter *)(dev)->data->dev_private)->stats)

Callers 15

ngbe_enable_intrFunction · 0.85
eth_ngbe_dev_initFunction · 0.85
ngbe_vlan_filter_setFunction · 0.85
ngbe_vlan_tpid_setFunction · 0.85

Calls 1

ngbe_dev_adapterFunction · 0.85

Tested by

no test coverage detected