Lines Matching defs:ionic_queue
128 struct ionic_queue { struct
129 uint16_t num_descs;
130 uint16_t num_segs;
131 uint16_t head_idx;
132 uint16_t cmb_head_idx;
133 uint16_t tail_idx;
134 uint16_t size_mask;
135 uint8_t type;
136 uint8_t hw_type;
137 void *base;
138 void *cmb_base;
139 void *sg_base;
140 struct ionic_doorbell __iomem *db;
141 void **info;
143 uint32_t index;
144 uint32_t hw_index;
145 rte_iova_t base_pa;
146 rte_iova_t sg_base_pa;
147 rte_iova_t cmb_base_pa;