Searched refs:rxd64 (Results 1 – 1 of 1) sorted by relevance
228 struct dma64desc *rxd64; member533 di->rxd64 = (struct dma64desc *) in dma64_alloc()535 di->rxdalign = (uint) ((s8 *)di->rxd64 - (s8 *) va); in dma64_alloc()758 if (di->rxd64) in dma_detach()760 ((s8 *)di->rxd64 - di->rxdalign), in dma_detach()855 memset(di->rxd64, '\0', di->nrxd * sizeof(struct dma64desc)); in dma_rxinit()894 pa = le32_to_cpu(di->rxd64[i].addrlow) - di->dataoffsetlow; in dma64_getnextrxp()899 di->rxd64[i].addrlow = cpu_to_le32(0xdeadbeef); in dma64_getnextrxp()900 di->rxd64[i].addrhigh = cpu_to_le32(0xdeadbeef); in dma64_getnextrxp()1095 dma64_dd_upd(di, di->rxd64, pa, rxout, &flags, in dma_rxfill()