Searched refs:tp_wr_unacked (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_toepcb.h57 int tp_wr_unacked; member in struct:toepcb
H A Dcxgb_cpl_io.c547 toep->tp_wr_unacked += ndesc;
549 if ((req_completion && toep->tp_wr_unacked == ndesc) ||
550 toep->tp_wr_unacked >= toep->tp_wr_max / 2) {
552 toep->tp_wr_unacked = 0;
1719 if (toep->tp_wr_unacked > toep->tp_wr_max - toep->tp_wr_avail)
1720 toep->tp_wr_unacked = toep->tp_wr_max - toep->tp_wr_avail;
H A Dcxgb_tom.c84 toep->tp_wr_unacked = 0;
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.c917 toep->tp_wr_unacked++;

Completed in 160 milliseconds