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