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
80 struct bam_desc_hw *curr_desc; member652 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()
1327 cb = &ring->cbs[ring->curr_desc]; in bcm_sysport_xmit()1343 ring->curr_desc++; in bcm_sysport_xmit()1344 if (ring->curr_desc == ring->size) in bcm_sysport_xmit()1345 ring->curr_desc = 0; in bcm_sysport_xmit()1364 ring->index, ring->desc_count, ring->curr_desc); in bcm_sysport_xmit()1519 ring->curr_desc = 0; in bcm_sysport_init_tx_ring()
723 unsigned int curr_desc; /* Current descriptor */ member
997 u32 curr_desc, next_desc; in show_rx_chain() local1010 curr_desc = spider_net_read_reg(card, SPIDER_NET_GDACTDPA); in show_rx_chain()1024 if (curr_desc == descr->bus_addr) in show_rx_chain()
1903 int curr_desc = rxq->first_to_refill; in mvneta_rx_refill_queue() local1907 rx_desc = rxq->descs + curr_desc; in mvneta_rx_refill_queue()1916 curr_desc = MVNETA_QUEUE_NEXT_DESC(rxq, curr_desc); in mvneta_rx_refill_queue()1919 rxq->first_to_refill = curr_desc; in mvneta_rx_refill_queue()