Searched defs:virtnet_ctl (Results 1 – 1 of 1) sorted by relevance
51 struct virtnet_ctl { struct52 struct virtqueue *vq;54 const struct rte_memzone *virtio_net_hdr_mz;55 rte_iova_t virtio_net_hdr_mem; /**< hdr for each xmit packet */56 uint16_t port_id; /**< Device port identifier. */57 const struct rte_memzone *mz; /**< mem zone to populate CTL ring. */58 rte_spinlock_t lock; /**< spinlock for control queue. */