Lines Matching refs:updthresh
563 u32 updthresh; /* current AvailUpdThld */
6370 u32 sbufs, updthresh;
6652 updthresh = 8U; /* update threshold */
6666 sbufs = updthresh > 3 ? updthresh : 3;
6685 if (dd->pbufsctxt >= 2 && dd->pbufsctxt - 2 < updthresh)
6686 updthresh = dd->pbufsctxt - 2;
6687 dd->cspec->updthresh_dflt = updthresh;
6688 dd->cspec->updthresh = updthresh;
6691 dd->sendctrl |= ((updthresh & SYM_RMASK(SendCtrl, AvailUpdThld))
7101 dd->cspec->updthresh != dd->cspec->updthresh_dflt
7110 dd->cspec->updthresh = dd->cspec->updthresh_dflt;
7112 dd->sendctrl |= (dd->cspec->updthresh &
7128 / rcd->subctxt_cnt) - 1) < dd->cspec->updthresh) {
7129 dd->cspec->updthresh = (rcd->piocnt /
7132 dd->sendctrl |= (dd->cspec->updthresh &