Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/gadget/udc/
A Dnet2280.c807 dmacount |= BIT(DMA_DIRECTION); in fill_dma_desc()
810 dmacount |= BIT(END_OF_CHAIN); in fill_dma_desc()
814 dmacount |= BIT(VALID_BIT); in fill_dma_desc()
822 td->dmacount = cpu_to_le32(dmacount); in fill_dma_desc()
855 writel(tmp, &dma->dmacount); in start_queue()
897 &dma->dmacount); in start_dma()
1285 readl(&ep->dma->dmacount), in net2280_dequeue()
1766 readl(&ep->dma->dmacount), in registers_show()
1876 le32_to_cpu(td->dmacount), in queues_show()
2647 &ep->dma->dmacount); in handle_ep_small()
[all …]
A Dnet2280.h80 __le32 dmacount; member
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_fcoe.c143 unsigned int i, j, dmacount; in ixgbe_fcoe_ddp_setup() local
189 dmacount = dma_map_sg(&adapter->pdev->dev, sgl, sgc, DMA_FROM_DEVICE); in ixgbe_fcoe_ddp_setup()
190 if (dmacount == 0) { in ixgbe_fcoe_ddp_setup()
206 for_each_sg(sgl, sg, dmacount, i) { in ixgbe_fcoe_ddp_setup()
230 if (((i != (dmacount - 1)) || (thislen != len)) in ixgbe_fcoe_ddp_setup()
/linux-6.3-rc2/drivers/dma/ioat/
A Ddma.c173 ioat_chan->dmacount += ioat_ring_pending(ioat_chan); in __ioat_issue_pending()
175 writew(ioat_chan->dmacount, in __ioat_issue_pending()
180 ioat_chan->issued, ioat_chan->dmacount); in __ioat_issue_pending()
253 ioat_chan->dmacount = 0; in __ioat_restart_chan()
259 ioat_chan->issued, ioat_chan->dmacount); in __ioat_restart_chan()
A Ddma.h129 u16 dmacount; member
A Dinit.c672 ioat_chan->dmacount = 0; in ioat_free_chan_resources()
/linux-6.3-rc2/include/linux/usb/
A Dnet2280.h348 u32 dmacount; member

Completed in 21 milliseconds