Searched defs:ice_ctl_q_ring (Results 1 – 1 of 1) sorted by relevance
85 struct ice_ctl_q_ring { struct86 void *dma_head; /* Virtual address to DMA head */87 struct ice_dma_mem desc_buf; /* descriptor ring memory */89 union {92 } r;94 u16 count; /* Number of descriptors */97 u16 next_to_use;98 u16 next_to_clean;101 u32 head;102 u32 tail;[all …]