Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Ddscc4.c205 __le32 *iqrx; member
804 dpriv->iqrx = (__le32 *)dma_alloc_coherent(&pdev->dev, in dscc4_init_one()
807 if (!dpriv->iqrx) in dscc4_init_one()
831 dpriv->iqrx, dpriv->iqrx_dma); in dscc4_init_one()
1703 state = le32_to_cpu(dpriv->iqrx[cur]); in dscc4_rx_irq()
1706 dpriv->iqrx[cur] = 0; in dscc4_rx_irq()
1991 dpriv->iqrx, dpriv->iqrx_dma); in dscc4_remove_one()