Home
last modified time | relevance | path

Searched defs:ice_ctl_q_ring (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_controlq.h50 struct ice_ctl_q_ring { struct
51 void *dma_head; /* Virtual address to DMA head */
52 struct ice_dma_mem desc_buf; /* descriptor ring memory */
54 union {
57 } r;
59 u16 count; /* Number of descriptors */
62 u16 next_to_use;
63 u16 next_to_clean;
66 u32 head;
67 u32 tail;
[all …]