Searched refs:curr_desc (Results 1 – 8 of 8) sorted by relevance
175 desc == req->curr_desc ? 'c' : ' ', in gr_seq_ep_show()271 req->curr_desc = NULL; in gr_free_dma_desc_chain()378 BUG_ON(!req->curr_desc); in gr_start_dma()392 gr_write32(&ep->regs->dmaaddr, req->curr_desc->paddr); in gr_start_dma()455 req->curr_desc = desc; in gr_add_dma_desc()1271 if (!req->curr_desc) in gr_handle_out_ep()1274 ctrl = READ_ONCE(req->curr_desc->ctrl); in gr_handle_out_ep()1301 req->curr_desc = req->curr_desc->next_desc; in gr_handle_out_ep()1302 req->curr_desc->ctrl |= GR_DESC_OUT_CTRL_EN; in gr_handle_out_ep()
167 struct gr_dma_desc *curr_desc; /* Current descriptor */ member
71 struct bam_desc_hw *curr_desc; member684 async_desc->curr_desc = async_desc->desc; in bam_prep_slave_sg()872 async_desc->curr_desc += async_desc->xfer_len; in process_channel_irqs()973 async_desc->curr_desc[i].size); in bam_tx_status()1049 desc = async_desc->curr_desc; in bam_start_dma()
419 int curr_desc; in xrx200_change_mtu() local436 curr_desc = ch_rx->dma.desc; in xrx200_change_mtu()451 ch_rx->dma.desc = curr_desc; in xrx200_change_mtu()
1355 cb = &ring->cbs[ring->curr_desc]; in bcm_sysport_xmit()1370 ring->curr_desc++; in bcm_sysport_xmit()1371 if (ring->curr_desc == ring->size) in bcm_sysport_xmit()1372 ring->curr_desc = 0; in bcm_sysport_xmit()1386 ring->index, ring->desc_count, ring->curr_desc); in bcm_sysport_xmit()1526 ring->curr_desc = 0; in bcm_sysport_init_tx_ring()
685 unsigned int curr_desc; /* Current descriptor */ member
996 u32 curr_desc, next_desc; in show_rx_chain() local1009 curr_desc = spider_net_read_reg(card, SPIDER_NET_GDACTDPA); in show_rx_chain()1023 if (curr_desc == descr->bus_addr) in show_rx_chain()
2037 int curr_desc = rxq->first_to_refill; in mvneta_rx_refill_queue() local2041 rx_desc = rxq->descs + curr_desc; in mvneta_rx_refill_queue()2056 curr_desc = MVNETA_QUEUE_NEXT_DESC(rxq, curr_desc); in mvneta_rx_refill_queue()2059 rxq->first_to_refill = curr_desc; in mvneta_rx_refill_queue()