Lines Matching refs:updthresh
3960 u32 sbufs, updthresh; in qib_init_7220_variables() local
4094 updthresh = 8U; /* update threshold */ in qib_init_7220_variables()
4097 sbufs = updthresh > 3 ? updthresh : 3; in qib_init_7220_variables()
4117 if ((dd->pbufsctxt - 2) < updthresh) in qib_init_7220_variables()
4118 updthresh = dd->pbufsctxt - 2; in qib_init_7220_variables()
4120 dd->cspec->updthresh_dflt = updthresh; in qib_init_7220_variables()
4121 dd->cspec->updthresh = updthresh; in qib_init_7220_variables()
4124 dd->sendctrl |= (updthresh & SYM_RMASK(SendCtrl, AvailUpdThld)) in qib_init_7220_variables()
4371 dd->cspec->updthresh != dd->cspec->updthresh_dflt in qib_7220_txchk_change()
4380 dd->cspec->updthresh = dd->cspec->updthresh_dflt; in qib_7220_txchk_change()
4382 dd->sendctrl |= (dd->cspec->updthresh & in qib_7220_txchk_change()
4392 / rcd->subctxt_cnt) - 1) < dd->cspec->updthresh) { in qib_7220_txchk_change()
4393 dd->cspec->updthresh = (rcd->piocnt / in qib_7220_txchk_change()
4396 dd->sendctrl |= (dd->cspec->updthresh & in qib_7220_txchk_change()