Searched refs:curr_desc (Results 1 – 7 of 7) sorted by relevance
175 desc == req->curr_desc ? 'c' : ' ', in gr_seq_ep_show()270 req->curr_desc = NULL; in gr_free_dma_desc_chain()377 BUG_ON(!req->curr_desc); in gr_start_dma()391 gr_write32(&ep->regs->dmaaddr, req->curr_desc->paddr); in gr_start_dma()454 req->curr_desc = desc; in gr_add_dma_desc()1270 if (!req->curr_desc) in gr_handle_out_ep()1273 ctrl = READ_ONCE(req->curr_desc->ctrl); in gr_handle_out_ep()1300 req->curr_desc = req->curr_desc->next_desc; in gr_handle_out_ep()1301 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; member642 async_desc->curr_desc = async_desc->desc; in bam_prep_slave_sg()834 async_desc->curr_desc += async_desc->xfer_len; in process_channel_irqs()935 async_desc->curr_desc[i].size); in bam_tx_status()1011 desc = async_desc->curr_desc; in bam_start_dma()
1350 cb = &ring->cbs[ring->curr_desc]; in bcm_sysport_xmit()1365 ring->curr_desc++; in bcm_sysport_xmit()1366 if (ring->curr_desc == ring->size) in bcm_sysport_xmit()1367 ring->curr_desc = 0; in bcm_sysport_xmit()1381 ring->index, ring->desc_count, ring->curr_desc); in bcm_sysport_xmit()1521 ring->curr_desc = 0; in bcm_sysport_init_tx_ring()
716 unsigned int curr_desc; /* Current descriptor */ member
983 u32 curr_desc, next_desc; in show_rx_chain() local996 curr_desc = spider_net_read_reg(card, SPIDER_NET_GDACTDPA); in show_rx_chain()1010 if (curr_desc == descr->bus_addr) in show_rx_chain()
1999 int curr_desc = rxq->first_to_refill; in mvneta_rx_refill_queue() local2003 rx_desc = rxq->descs + curr_desc; in mvneta_rx_refill_queue()2018 curr_desc = MVNETA_QUEUE_NEXT_DESC(rxq, curr_desc); in mvneta_rx_refill_queue()2021 rxq->first_to_refill = curr_desc; in mvneta_rx_refill_queue()