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

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_toepcb.h55 int tp_wr_max; member in struct:toepcb
H A Dcxgb_tom.c83 toep->tp_wr_max = toep->tp_wr_avail = 15;
H A Dcxgb_cpl_io.c550 toep->tp_wr_unacked >= toep->tp_wr_max / 2) {
716 if (toep->tp_wr_avail != toep->tp_wr_max)
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;

Completed in 70 milliseconds