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

/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c332 toep->ddp.waiting_count++;
582 if (toep->ddp.waiting_count > 0)
598 if (toep->ddp.waiting_count == 0) {
608 toep->tid, toep->ddp.waiting_count);
675 if (toep->ddp.waiting_count > 0)
1364 toep->ddp.waiting_count--;
1400 toep->ddp.waiting_count++;
1425 MPASS(toep->ddp.waiting_count == 0);
1430 if (toep->ddp.waiting_count == 0 ||
1453 toep->ddp.waiting_count
[all...]
H A Dt4_tom.h171 u_int waiting_count; member in struct:ddp_pcb
H A Dt4_cpl_io.c1620 if (toep->ddp.waiting_count != 0 || toep->ddp.active_count != 0)
1660 if (ulp_mode(toep) == ULP_MODE_TCPDDP && toep->ddp.waiting_count > 0 &&

Completed in 113 milliseconds