Home
last modified time | relevance | path

Searched refs:read_val (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h990 uint32_t read_val = rte_read32((volatile void *)((char *)base + reg)); in hns3_read_reg() local
991 return rte_le_to_cpu_32(read_val); in hns3_read_reg()