Searched defs:ionic_queue (Results 1 – 2 of 2) sorted by relevance
232 struct ionic_queue { struct233 struct device *dev;234 struct ionic_lif *lif;235 union {241 u64 dbval;242 unsigned long dbell_deadline;243 unsigned long dbell_jiffies;244 u16 head_idx;268 struct ionic_queue *partner; argument289 struct ionic_queue *bound_q; argument
28 struct ionic_queue { struct49 int ionic_queue_init(struct ionic_queue *q, struct device *dma_dev, argument