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