Searched defs:hnae_ring (Results 1 – 1 of 1) sorted by relevance
266 struct hnae_ring { struct267 u8 __iomem *io_base; /* base io address for the ring */268 struct hnae_desc *desc; /* dma map address space */269 struct hnae_desc_cb *desc_cb;270 struct hnae_queue *q;271 int irq;272 char ring_name[RCB_RING_NAME_LEN];275 struct ring_stats stats;277 dma_addr_t desc_dma_addr;278 u32 buf_size; /* size for hnae_desc->addr, preset by AE */[all …]