Searched defs:hns3_enet_ring (Results 1 – 2 of 2) sorted by relevance
379 struct hns3_enet_ring { struct382 struct hns3_enet_ring *next; argument383 struct hns3_enet_tqp_vector *tqp_vector;384 struct hnae3_queue *tqp;385 int queue_index;386 struct device *dev; /* will be used for DMA mapping of descriptors */389 struct ring_stats stats;390 struct u64_stats_sync syncp;392 dma_addr_t desc_dma_addr;393 u32 buf_size; /* size for hnae_desc->addr, preset by AE */[all …]
3227 void (*rx_fn)(struct hns3_enet_ring *, struct sk_buff *)) in hns3_clean_rx_ring()