Lines Matching defs:hns3_enet_ring
464 struct hns3_enet_ring { struct
467 struct hns3_enet_ring *next; argument
468 struct hns3_enet_tqp_vector *tqp_vector;
469 struct hnae3_queue *tqp;
470 int queue_index;
471 struct device *dev; /* will be used for DMA mapping of descriptors */
472 struct page_pool *page_pool;
475 struct ring_stats stats;
476 struct u64_stats_sync syncp;
478 dma_addr_t desc_dma_addr;
479 u32 buf_size; /* size for hnae_desc->addr, preset by AE */
480 u16 desc_num; /* total number of desc */
481 int next_to_use; /* idx of next spare desc */
486 int next_to_clean;
487 u32 flag; /* ring attribute */
489 int pending_buf;
490 union {