Searched defs:ice_ctl_q_ring (Results 1 – 1 of 1) sorted by relevance
50 struct ice_ctl_q_ring { struct51 void *dma_head; /* Virtual address to DMA head */52 struct ice_dma_mem desc_buf; /* descriptor ring memory */54 union {57 } r;59 u16 count; /* Number of descriptors */62 u16 next_to_use;63 u16 next_to_clean;66 u32 head;67 u32 tail;[all …]