Searched defs:hnae_ring (Results 1 – 1 of 1) sorted by relevance
221 struct hnae_ring { struct222 u8 __iomem *io_base; /* base io address for the ring */223 struct hnae_desc *desc; /* dma map address space */224 struct hnae_desc_cb *desc_cb;225 struct hnae_queue *q;226 int irq;227 char ring_name[RCB_RING_NAME_LEN];230 struct ring_stats stats;232 dma_addr_t desc_dma_addr;233 u32 buf_size; /* size for hnae_desc->addr, preset by AE */[all …]