Searched refs:curr_desc (Results 1 – 7 of 7) 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; member634 async_desc->curr_desc = async_desc->desc; in bam_prep_slave_sg()822 async_desc->curr_desc += async_desc->xfer_len; in process_channel_irqs()923 async_desc->curr_desc[i].size); in bam_tx_status()999 desc = async_desc->curr_desc; in bam_start_dma()
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
995 u32 curr_desc, next_desc; in show_rx_chain() local1008 curr_desc = spider_net_read_reg(card, SPIDER_NET_GDACTDPA); in show_rx_chain()1022 if (curr_desc == descr->bus_addr) in show_rx_chain()
2006 int curr_desc = rxq->first_to_refill; in mvneta_rx_refill_queue() local2010 rx_desc = rxq->descs + curr_desc; in mvneta_rx_refill_queue()2025 curr_desc = MVNETA_QUEUE_NEXT_DESC(rxq, curr_desc); in mvneta_rx_refill_queue()2028 rxq->first_to_refill = curr_desc; in mvneta_rx_refill_queue()