Searched refs:tflow_id (Results 1 – 1 of 1) sorted by relevance
86 int tflow_id; /* applicable only for PKTDMA */ member1397 int tflow_id; in udma_get_tchan() local1401 tflow_id = uc->config.default_flow_id; in udma_get_tchan()1403 tflow_id = uc->tchan->id; in udma_get_tchan()1405 if (test_bit(tflow_id, ud->tflow_map)) { in udma_get_tchan()1406 dev_err(ud->dev, "tflow%d is in use\n", tflow_id); in udma_get_tchan()1412 uc->tchan->tflow_id = tflow_id; in udma_get_tchan()1413 set_bit(tflow_id, ud->tflow_map); in udma_get_tchan()1415 uc->tchan->tflow_id = -1; in udma_get_tchan()1485 uc->tchan->tflow_id = -1; in udma_get_chan_pair()[all …]