Home
last modified time | relevance | path

Searched defs:ionic_queue (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/ionic/
H A Dionic_dev.h137 struct ionic_queue { struct
138 uint16_t num_descs;
139 uint16_t head_idx;
140 uint16_t tail_idx;
142 uint8_t type;
143 uint8_t hw_type;
144 void *base;
145 void *sg_base;
147 void **info;
149 uint32_t index;
[all …]