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

Function pmd_priv

dpdk/drivers/net/enic/enic.h:349–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349static inline struct enic *pmd_priv(struct rte_eth_dev *eth_dev)
350{
351 return eth_dev->data->dev_private;
352}
353
354static inline uint32_t
355enic_ring_add(uint32_t n_descriptors, uint32_t i0, uint32_t i1)

Callers 15

enic_flow_parseFunction · 0.85
enic_flow_createFunction · 0.85
enic_flow_destroyFunction · 0.85
enic_flow_flushFunction · 0.85
enic_link_updateFunction · 0.85
enic_intr_handlerFunction · 0.85
enic_pick_rx_handlerFunction · 0.85
enic_pick_tx_handlerFunction · 0.85
enicpmd_dev_flow_ops_getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected