Searched refs:tflow_id (Results 1 – 1 of 1) sorted by relevance
86 int tflow_id; /* applicable only for PKTDMA */ member1425 int tflow_id; in udma_get_tchan() local1429 tflow_id = uc->config.default_flow_id; in udma_get_tchan()1431 tflow_id = uc->tchan->id; in udma_get_tchan()1433 if (test_bit(tflow_id, ud->tflow_map)) { in udma_get_tchan()1434 dev_err(ud->dev, "tflow%d is in use\n", tflow_id); in udma_get_tchan()1440 uc->tchan->tflow_id = tflow_id; in udma_get_tchan()1441 set_bit(tflow_id, ud->tflow_map); in udma_get_tchan()1443 uc->tchan->tflow_id = -1; in udma_get_tchan()1519 uc->tchan->tflow_id = -1; in udma_get_chan_pair()[all …]