Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_controlq.h37 struct ice_ctl_q_ring { struct
38 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 …]