Searched refs:rxd64 (Results 1 – 1 of 1) sorted by relevance
243 struct dma64desc *rxd64; member552 di->rxd64 = (struct dma64desc *) in dma64_alloc()554 di->rxdalign = (uint) ((s8 *)di->rxd64 - (s8 *) va); in dma64_alloc()768 if (di->rxd64) in dma_detach()770 ((s8 *)di->rxd64 - di->rxdalign), in dma_detach()865 memset(di->rxd64, '\0', di->nrxd * sizeof(struct dma64desc)); in dma_rxinit()904 pa = le32_to_cpu(di->rxd64[i].addrlow) - di->dataoffsetlow; in dma64_getnextrxp()909 di->rxd64[i].addrlow = cpu_to_le32(0xdeadbeef); in dma64_getnextrxp()910 di->rxd64[i].addrhigh = cpu_to_le32(0xdeadbeef); in dma64_getnextrxp()1089 dma64_dd_upd(di, di->rxd64, pa, rxout, &flags, in dma_rxfill()