Searched defs:irdma_ceq (Results 1 – 1 of 1) sorted by relevance
187 struct irdma_ceq { struct188 struct irdma_sc_ceq sc_ceq;189 struct irdma_dma_mem mem;190 u32 irq;191 u32 msix_idx;192 struct irdma_pci_f *rf;193 struct tasklet_struct dpc_tasklet;194 spinlock_t ce_lock; /* sync cq destroy with cq completion event notification */