Searched refs:tflow_cnt (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/dma/ti/
H A Dk3-udma.c196 int tflow_cnt; member in struct:udma_dev
1424 if (ud->tflow_cnt) {
1778 if (ud->tflow_cnt)
1779 fd_ring_id = ud->tflow_cnt + rflow->id;
4485 ud->tflow_cnt = PKTDMA_CAP4_TFLOW_CNT(cap4);
4934 ud->tflow_map = devm_kmalloc_array(dev, BITS_TO_LONGS(ud->tflow_cnt),
4992 bitmap_zero(ud->tflow_map, ud->tflow_cnt);
4995 bitmap_fill(ud->tflow_map, ud->tflow_cnt);
5008 irq_res.desc[0].num = ud->tflow_cnt;
5404 ud->tflow_cnt;
[all...]
H A Dk3-udma-private.c129 return ud->tflow_cnt;

Completed in 205 milliseconds