Lines Matching refs:tflow_id
86 int tflow_id; /* applicable only for PKTDMA */ member
1421 int tflow_id; in udma_get_tchan() local
1425 tflow_id = uc->config.default_flow_id; in udma_get_tchan()
1427 tflow_id = uc->tchan->id; in udma_get_tchan()
1429 if (test_bit(tflow_id, ud->tflow_map)) { in udma_get_tchan()
1430 dev_err(ud->dev, "tflow%d is in use\n", tflow_id); in udma_get_tchan()
1436 uc->tchan->tflow_id = tflow_id; in udma_get_tchan()
1437 set_bit(tflow_id, ud->tflow_map); in udma_get_tchan()
1439 uc->tchan->tflow_id = -1; in udma_get_tchan()
1515 uc->tchan->tflow_id = -1; in udma_get_chan_pair()
1580 if (uc->tchan->tflow_id >= 0) in udma_put_tchan()
1581 clear_bit(uc->tchan->tflow_id, ud->tflow_map); in udma_put_tchan()
1683 if (tchan->tflow_id >= 0) in udma_alloc_tx_resources()
1684 ring_idx = tchan->tflow_id; in udma_alloc_tx_resources()
2621 irq_ring_idx = uc->tchan->tflow_id + oes->pktdma_tchan_flow; in pktdma_alloc_chan_resources()
2714 uc->id, uc->tchan->id, uc->tchan->tflow_id, in pktdma_alloc_chan_resources()
5183 seq_printf(s, "tflow%d, ", uc->tchan->tflow_id); in udma_dbg_summary_show_chan()