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

/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c275 db_flag = db_idx == 1 ? DDP_BUF1_ACTIVE : DDP_BUF0_ACTIVE;
307 db_flag = db_idx == 1 ? DDP_BUF1_ACTIVE : DDP_BUF0_ACTIVE;
597 MPASS((toep->ddp.flags & (DDP_BUF0_ACTIVE | DDP_BUF1_ACTIVE)) == 0);
706 db_flag = db_idx == 1 ? DDP_BUF1_ACTIVE : DDP_BUF0_ACTIVE;
1719 buf_flag = DDP_BUF1_ACTIVE;
1722 if ((toep->ddp.flags & (DDP_BUF0_ACTIVE | DDP_BUF1_ACTIVE)) == 0) {
H A Dt4_tom.h86 DDP_BUF1_ACTIVE = (1 << 4), /* buffer 1 in use (not invalidated) */ enumerator in enum:__anon11994
H A Dt4_cpl_io.c1241 (DDP_BUF0_ACTIVE | DDP_BUF1_ACTIVE)))

Completed in 105 milliseconds