Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_controlq.h36 struct ice_ctl_q_ring { struct
37 void *dma_head; /* Virtual address to dma head */
38 struct ice_dma_mem desc_buf; /* descriptor ring memory */
39 void *cmd_buf; /* command buffer memory */
41 union {
44 } r;
46 u16 count; /* Number of descriptors */
49 u16 next_to_use;
50 u16 next_to_clean;
53 u32 head;
[all …]