Lines Matching refs:tflow_id
86 int tflow_id; /* applicable only for PKTDMA */
1425 int tflow_id;
1429 tflow_id = uc->config.default_flow_id;
1431 tflow_id = uc->tchan->id;
1433 if (test_bit(tflow_id, ud->tflow_map)) {
1434 dev_err(ud->dev, "tflow%d is in use\n", tflow_id);
1440 uc->tchan->tflow_id = tflow_id;
1441 set_bit(tflow_id, ud->tflow_map);
1443 uc->tchan->tflow_id = -1;
1519 uc->tchan->tflow_id = -1;
1584 if (uc->tchan->tflow_id >= 0)
1585 clear_bit(uc->tchan->tflow_id, ud->tflow_map);
1687 if (tchan->tflow_id >= 0)
1688 ring_idx = tchan->tflow_id;
2625 irq_ring_idx = uc->tchan->tflow_id + oes->pktdma_tchan_flow;
2718 uc->id, uc->tchan->id, uc->tchan->tflow_id,
5240 seq_printf(s, "tflow%d, ", uc->tchan->tflow_id);