Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ice/
HDice_controlq.h85 struct ice_ctl_q_ring { struct
86 void *dma_head; /* Virtual address to DMA head */
87 struct ice_dma_mem desc_buf; /* descriptor ring memory */
89 union {
92 } r;
94 u16 count; /* Number of descriptors */
97 u16 next_to_use;
98 u16 next_to_clean;
101 u32 head;
102 u32 tail;
[all …]