Lines Matching defs:ionic_queue
221 struct ionic_queue { struct
222 struct device *dev;
223 struct ionic_lif *lif;
224 union {
230 u64 dbval;
231 unsigned long dbell_deadline;
232 unsigned long dbell_jiffies;
233 u16 head_idx;
257 struct ionic_queue *partner; argument
259 union {
264 unsigned int type;
265 unsigned int hw_index;
266 dma_addr_t base_pa;
267 dma_addr_t cmb_base_pa;
291 struct ionic_queue *bound_q; argument