Searched defs:avp_dev (Results 1 – 1 of 1) sorted by relevance
157 struct avp_dev { struct158 uint32_t magic; /**< Memory validation marker */159 uint64_t device_id; /**< Unique system identifier */161 struct rte_eth_dev_data *dev_data;163 volatile uint32_t flags; /**< Device operational flags */164 uint16_t port_id; /**< Ethernet port identifier */165 struct rte_mempool *pool; /**< pkt mbuf mempool */167 unsigned int host_mbuf_size; /**< host mbuf size */169 uint32_t host_features; /**< Supported feature bitmap */170 uint32_t features; /**< Enabled feature bitmap */[all …]