Searched refs:tflow_id (Results 1 – 1 of 1) sorted by relevance
86 int tflow_id; /* applicable only for PKTDMA */ member1421 int tflow_id; in udma_get_tchan() local1425 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()[all …]