Home
last modified time | relevance | path

Searched refs:updthresh (Results 1 – 3 of 3) sorted by relevance

/drivers/infiniband/hw/qib/
Dqib_7220.h68 u32 updthresh; /* current AvailUpdThld */ member
Dqib_iba7220.c4001 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()
[all …]
Dqib_iba7322.c552 u32 updthresh; /* current AvailUpdThld */ member
6412 u32 sbufs, updthresh; in qib_init_7322_variables() local
6698 updthresh = 8U; /* update threshold */ in qib_init_7322_variables()
6712 sbufs = updthresh > 3 ? updthresh : 3; in qib_init_7322_variables()
6731 if (dd->pbufsctxt >= 2 && dd->pbufsctxt - 2 < updthresh) in qib_init_7322_variables()
6732 updthresh = dd->pbufsctxt - 2; in qib_init_7322_variables()
6733 dd->cspec->updthresh_dflt = updthresh; in qib_init_7322_variables()
6734 dd->cspec->updthresh = updthresh; in qib_init_7322_variables()
6737 dd->sendctrl |= ((updthresh & SYM_RMASK(SendCtrl, AvailUpdThld)) in qib_init_7322_variables()
7148 dd->cspec->updthresh != dd->cspec->updthresh_dflt in qib_7322_txchk_change()
[all …]