Searched refs:descs_num (Results 1 – 5 of 5) sorted by relevance
89 uint32_t descs_num; member133 return ((curidx + 1) % chan->descs_num); in msgdma_next_desc()313 nsegments = chan->descs_num; in msgdma_desc_free()337 nsegments = chan->descs_num; in msgdma_desc_alloc()423 chan->descs_num = 1024; in msgdma_channel_alloc()459 c = (chan->descs_num - chan->descs_used_count - 1); in msgdma_channel_capacity()554 for (i = 0; i < chan->descs_num; i++) { in msgdma_channel_prep_sg()557 if (i == (chan->descs_num - 1)) { in msgdma_channel_prep_sg()
93 uint32_t descs_num; member135 return ((curidx + 1) % chan->descs_num); in axidma_next_desc()323 nsegments = chan->descs_num; in axidma_desc_free()345 nsegments = chan->descs_num; in axidma_desc_alloc()408 chan->descs_num = AXIDMA_DESCS_NUM; in axidma_channel_alloc()443 c = (chan->descs_num - chan->descs_used_count - 1); in axidma_channel_capacity()549 for (i = 0; i < chan->descs_num; i++) { in axidma_channel_prep_sg()553 if (i == (chan->descs_num - 1)) in axidma_channel_prep_sg()
99 uint32_t descs_num; member145 return ((curidx + 1) % chan->descs_num); in softdma_next_desc()625 chan->descs_num = 1024; in softdma_channel_alloc()668 nsegments = chan->descs_num; in softdma_desc_alloc()696 for (i = 0; i < chan->descs_num; i++) { in softdma_channel_prep_sg()699 if (i == (chan->descs_num - 1)) { in softdma_channel_prep_sg()719 c = (chan->descs_num - chan->descs_used_count - 1); in softdma_channel_capacity()
864 uint32_t descs_num);
2744 void al_eth_rx_buffer_action(struct al_udma_q *rx_dma_q, uint32_t descs_num) in al_eth_rx_buffer_action() argument2747 rx_dma_q->udma->name, rx_dma_q->qid, descs_num); in al_eth_rx_buffer_action()2750 al_udma_desc_action_add(rx_dma_q, descs_num); in al_eth_rx_buffer_action()