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