Lines Matching refs:updthresh
563 u32 updthresh; /* current AvailUpdThld */
6348 u32 sbufs, updthresh;
6623 updthresh = 8U; /* update threshold */
6637 sbufs = updthresh > 3 ? updthresh : 3;
6656 if (dd->pbufsctxt >= 2 && dd->pbufsctxt - 2 < updthresh)
6657 updthresh = dd->pbufsctxt - 2;
6658 dd->cspec->updthresh_dflt = updthresh;
6659 dd->cspec->updthresh = updthresh;
6662 dd->sendctrl |= ((updthresh & SYM_RMASK(SendCtrl, AvailUpdThld))
7072 dd->cspec->updthresh != dd->cspec->updthresh_dflt
7081 dd->cspec->updthresh = dd->cspec->updthresh_dflt;
7083 dd->sendctrl |= (dd->cspec->updthresh &
7099 / rcd->subctxt_cnt) - 1) < dd->cspec->updthresh) {
7100 dd->cspec->updthresh = (rcd->piocnt /
7103 dd->sendctrl |= (dd->cspec->updthresh &