Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.h83 DDP_OK = (1 << 0), /* OK to turn on DDP */ enumerator
H A Dt4_ddp.c301 toep->ddp.flags = DDP_OK; in ddp_init_toep()
1300 KASSERT((toep->ddp.flags & (DDP_ON | DDP_OK | DDP_SC_REQ)) == DDP_OK, in enable_ddp()