Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/fddi/
Ddefza.c424 writel_o(0, &fp->ring_hst_rx[i].rmc); in fza_rx_init()
426 &fp->ring_hst_rx[i].buffer1); in fza_rx_init()
428 &fp->ring_hst_rx[i].buf0_own); in fza_rx_init()
687 own = readl_o(&fp->ring_hst_rx[i].buf0_own); in fza_rx()
691 rmc = readl_u(&fp->ring_hst_rx[i].rmc); in fza_rx()
775 writel_o(0, &fp->ring_hst_rx[i].rmc); in fza_rx()
777 writel_o(buf, &fp->ring_hst_rx[i].buffer1); in fza_rx()
779 writel_o(buf, &fp->ring_hst_rx[i].buf0_own); in fza_rx()
1397 fp->ring_hst_rx = mmio + readl_u(&init->hst_rx); in fza_probe()
Ddefza.h709 struct fza_ring_hst_rx __iomem *ring_hst_rx; member