Searched refs:active_id (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c200 toep->ddp.active_id = -1;
253 if (toep->ddp.active_id == db_idx) {
257 toep->ddp.active_id = -1;
259 toep->ddp.active_id ^= 1;
262 toep->tid, toep->ddp.active_id);
266 toep->ddp.active_id != -1,
305 MPASS(toep->ddp.active_id != -1);
306 db_idx = toep->ddp.active_id;
492 KASSERT(toep->ddp.active_id == db_idx,
493 ("completed DDP buffer (%d) != active_id (
[all...]
H A Dt4_tom.h174 int active_id; /* the currently active DDP buffer */ member in struct:ddp_pcb

Completed in 116 milliseconds