Lines Matching defs:hns3_enet_ring
466 struct hns3_enet_ring { struct
469 struct hns3_enet_ring *next; argument
470 struct hns3_enet_tqp_vector *tqp_vector;
471 struct hnae3_queue *tqp;
472 int queue_index;
473 struct device *dev; /* will be used for DMA mapping of descriptors */
474 struct page_pool *page_pool;
477 struct ring_stats stats;
478 struct u64_stats_sync syncp;
480 dma_addr_t desc_dma_addr;
481 u32 buf_size; /* size for hnae_desc->addr, preset by AE */
482 u16 desc_num; /* total number of desc */
483 int next_to_use; /* idx of next spare desc */
488 int next_to_clean;
489 u32 flag; /* ring attribute */
491 int pending_buf;
492 union {