Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/
Dhns3_debugfs.c476 u32 base_add_l, base_add_h; in hns3_dump_rx_queue_info() local
509 base_add_h = readl_relaxed(ring->tqp->io_base + in hns3_dump_rx_queue_info()
513 sprintf(result[j++], "0x%08x%08x", base_add_h, base_add_l); in hns3_dump_rx_queue_info()
578 u32 base_add_l, base_add_h; in hns3_dump_tx_queue_info() local
612 base_add_h = readl_relaxed(ring->tqp->io_base + in hns3_dump_tx_queue_info()
616 sprintf(result[j++], "0x%08x%08x", base_add_h, base_add_l); in hns3_dump_tx_queue_info()