Searched refs:dmacount (Results 1 – 5 of 5) sorted by relevance
427 td->dmacount = 0; /* not VALID */ in net2280_alloc_request()648 u32 dmacount = req->req.length; in fill_dma_desc() local656 dmacount |= (1 << DMA_DIRECTION); in fill_dma_desc()657 if ((!ep->is_in && (dmacount % ep->ep.maxpacket) != 0) in fill_dma_desc()659 dmacount |= (1 << END_OF_CHAIN); in fill_dma_desc()663 dmacount |= (1 << VALID_BIT); in fill_dma_desc()665 dmacount |= (1 << DMA_DONE_INTERRUPT_ENABLE); in fill_dma_desc()672 td->dmacount = cpu_to_le32(dmacount); in fill_dma_desc()705 writel (tmp, &dma->dmacount); in start_queue()746 req->td->dmacount = cpu_to_le32 (req->req.length - tmp); in start_dma()[all …]
85 __le32 dmacount; member
243 writew(ioat_chan->dmacount, in __ioat2_dma_memcpy_issue_pending()279 ioat_chan->dmacount = 0; in ioat_dma_chan_reset_part2()283 ioat_chan->dmacount++; in ioat_dma_chan_reset_part2()310 writew(ioat_chan->dmacount, in ioat_dma_chan_reset_part2()317 chan_num(ioat_chan), ioat_chan->dmacount, ioat_chan->desccount); in ioat_dma_chan_reset_part2()564 ioat_chan->dmacount += desc_count; in ioat1_tx_submit()651 ioat_chan->dmacount += desc_count; in ioat2_tx_submit()878 ioat_chan->dmacount = 0; in ioat_dma_free_chan_resources()947 ioat_chan->dmacount++; in ioat2_dma_get_next_descriptor()1018 chan_num(ioat_chan), ioat_chan->dmacount, ioat_chan->desccount); in ioat1_dma_prep_memcpy()[all …]
95 int dmacount; member
357 __le32 dmacount; member