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.h128 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;
[all …]