Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/ti/
H A Dk3-udma.c86 int tflow_id; /* applicable only for PKTDMA */ member
1432 int tflow_id; in udma_get_tchan() local
1436 tflow_id = uc->config.default_flow_id; in udma_get_tchan()
1438 tflow_id = uc->tchan->id; in udma_get_tchan()
1447 uc->tchan->tflow_id = tflow_id; in udma_get_tchan()
1448 set_bit(tflow_id, ud->tflow_map); in udma_get_tchan()
1450 uc->tchan->tflow_id = -1; in udma_get_tchan()
1526 uc->tchan->tflow_id = -1; in udma_get_chan_pair()
1591 if (uc->tchan->tflow_id >= 0) in udma_put_tchan()
1694 if (tchan->tflow_id >= 0) in udma_alloc_tx_resources()
[all …]