Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cxgbe/tom/
H A Dt4_tom.h83 DDP_TASK_ACTIVE = (1 << 5), /* requeue task is queued / running */ enumerator
H A Dt4_ddp.c241 MPASS(!(toep->ddp.flags & DDP_TASK_ACTIVE)); in ddp_assert_empty()
1822 if (toep->ddp.flags & DDP_TASK_ACTIVE) in ddp_queue_toep()
1824 toep->ddp.flags |= DDP_TASK_ACTIVE; in ddp_queue_toep()
1836 toep->ddp.flags &= ~DDP_TASK_ACTIVE; in aio_ddp_requeue_task()