Searched defs:ice_ctl_q_ring (Results 1 – 1 of 1) sorted by relevance
41 struct ice_ctl_q_ring { struct42 void *dma_head; /* Virtual address to DMA head */43 struct ice_dma_mem desc_buf; /* descriptor ring memory */44 void *cmd_buf; /* command buffer memory */46 union {49 } r;51 u16 count; /* Number of descriptors */54 u16 next_to_use;55 u16 next_to_clean;58 u32 head;[all …]