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

Function ngbe_dev_adapter

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

Source from the content-addressed store, hash-verified

140};
141
142static inline struct ngbe_adapter *
143ngbe_dev_adapter(struct rte_eth_dev *dev)
144{
145 struct ngbe_adapter *ad = dev->data->dev_private;
146
147 return ad;
148}
149
150static inline struct ngbe_hw *
151ngbe_dev_hw(struct rte_eth_dev *dev)

Callers 15

ngbe_dev_configureFunction · 0.85
ngbe_dev_stopFunction · 0.85
ngbe_dev_rss_reta_updateFunction · 0.85
ngbe_start_timecountersFunction · 0.85
ngbe_timesync_write_timeFunction · 0.85
ngbe_timesync_read_timeFunction · 0.85
ngbe_dev_hwFunction · 0.85
ngbe_dev_intrFunction · 0.85
ngbe_dev_rx_queue_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected