Lines Matching refs:updthresh
4001 u32 sbufs, updthresh; in qib_init_7220_variables() local
4151 updthresh = 8U; /* update threshold */ in qib_init_7220_variables()
4154 sbufs = updthresh > 3 ? updthresh : 3; in qib_init_7220_variables()
4174 if ((dd->pbufsctxt - 2) < updthresh) in qib_init_7220_variables()
4175 updthresh = dd->pbufsctxt - 2; in qib_init_7220_variables()
4177 dd->cspec->updthresh_dflt = updthresh; in qib_init_7220_variables()
4178 dd->cspec->updthresh = updthresh; in qib_init_7220_variables()
4181 dd->sendctrl |= (updthresh & SYM_RMASK(SendCtrl, AvailUpdThld)) in qib_init_7220_variables()
4429 dd->cspec->updthresh != dd->cspec->updthresh_dflt in qib_7220_txchk_change()
4438 dd->cspec->updthresh = dd->cspec->updthresh_dflt; in qib_7220_txchk_change()
4440 dd->sendctrl |= (dd->cspec->updthresh & in qib_7220_txchk_change()
4450 / rcd->subctxt_cnt) - 1) < dd->cspec->updthresh) { in qib_7220_txchk_change()
4451 dd->cspec->updthresh = (rcd->piocnt / in qib_7220_txchk_change()
4454 dd->sendctrl |= (dd->cspec->updthresh & in qib_7220_txchk_change()