Home
last modified time | relevance | path

Searched refs:tflow_id (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/dma/ti/
Dk3-udma.c86 int tflow_id; /* applicable only for PKTDMA */ member
1422 int tflow_id; in udma_get_tchan() local
1426 tflow_id = uc->config.default_flow_id; in udma_get_tchan()
1428 tflow_id = uc->tchan->id; in udma_get_tchan()
1430 if (test_bit(tflow_id, ud->tflow_map)) { in udma_get_tchan()
1431 dev_err(ud->dev, "tflow%d is in use\n", tflow_id); in udma_get_tchan()
1437 uc->tchan->tflow_id = tflow_id; in udma_get_tchan()
1438 set_bit(tflow_id, ud->tflow_map); in udma_get_tchan()
1440 uc->tchan->tflow_id = -1; in udma_get_tchan()
1516 uc->tchan->tflow_id = -1; in udma_get_chan_pair()
[all …]