Searched defs:ice_ctl_q_ring (Results 1 – 1 of 1) sorted by relevance
40 struct ice_ctl_q_ring { struct41 void *dma_head; /* Virtual address to DMA head */42 struct ice_dma_mem desc_buf; /* descriptor ring memory */43 void *cmd_buf; /* command buffer memory */45 union {48 } r;50 u16 count; /* Number of descriptors */53 u16 next_to_use;54 u16 next_to_clean;57 u32 head;[all …]