Searched refs:DDP_BUF1_ACTIVE (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c280 db_flag = db_idx == 1 ? DDP_BUF1_ACTIVE : DDP_BUF0_ACTIVE;
312 db_flag = db_idx == 1 ? DDP_BUF1_ACTIVE : DDP_BUF0_ACTIVE;
601 MPASS((toep->ddp.flags & (DDP_BUF0_ACTIVE | DDP_BUF1_ACTIVE)) == 0);
715 db_flag = db_idx == 1 ? DDP_BUF1_ACTIVE : DDP_BUF0_ACTIVE;
1749 buf_flag = DDP_BUF1_ACTIVE;
1752 if ((toep->ddp.flags & (DDP_BUF0_ACTIVE | DDP_BUF1_ACTIVE)) == 0) {
H A Dt4_tom.h84 DDP_BUF1_ACTIVE = (1 << 4), /* buffer 1 in use (not invalidated) */ enumerator in enum:__anon12772
H A Dt4_cpl_io.c1245 (DDP_BUF0_ACTIVE | DDP_BUF1_ACTIVE)))

Completed in 399 milliseconds