Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wusbcore/
Dwa-xfer.c1453 int result, dto_acquired = 0, dto_done = 0; in __wa_xfer_delayed_run() local
1464 && (dto_acquired = __wa_dto_try_get(rpipe->wa))) { in __wa_xfer_delayed_run()
1505 if (!dto_acquired && !list_empty(&rpipe->seg_list) in __wa_xfer_delayed_run()
1543 int result, dto_acquired = 0, dto_done = 0, dto_waiting = 0; in __wa_xfer_submit() local
1572 dto_acquired = __wa_dto_try_get(rpipe->wa); in __wa_xfer_submit()
1573 if (dto_acquired) { in __wa_xfer_submit()
1603 if (!dto_acquired && !list_empty(&rpipe->seg_list) in __wa_xfer_submit()