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