Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.h232 struct ionic_queue { struct
233 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; argument
289 struct ionic_queue *bound_q; argument
/linux/drivers/infiniband/hw/ionic/
H A Dionic_queue.h28 struct ionic_queue { struct
49 int ionic_queue_init(struct ionic_queue *q, struct device *dma_dev, argument