Searched refs:tflow_id (Results 1 – 1 of 1) sorted by relevance
86 int tflow_id; /* applicable only for PKTDMA */ member1405 int tflow_id; in udma_get_tchan() local1409 tflow_id = uc->config.default_flow_id; in udma_get_tchan()1411 tflow_id = uc->tchan->id; in udma_get_tchan()1413 if (test_bit(tflow_id, ud->tflow_map)) { in udma_get_tchan()1414 dev_err(ud->dev, "tflow%d is in use\n", tflow_id); in udma_get_tchan()1420 uc->tchan->tflow_id = tflow_id; in udma_get_tchan()1421 set_bit(tflow_id, ud->tflow_map); in udma_get_tchan()1423 uc->tchan->tflow_id = -1; in udma_get_tchan()1499 uc->tchan->tflow_id = -1; in udma_get_chan_pair()[all …]