Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_7220.h68 u32 updthresh; /* current AvailUpdThld */ member
Dqib_iba7220.c3960 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()
[all …]
Dqib_iba7322.c563 u32 updthresh; /* current AvailUpdThld */ member
6348 u32 sbufs, updthresh; in qib_init_7322_variables() local
6623 updthresh = 8U; /* update threshold */ in qib_init_7322_variables()
6637 sbufs = updthresh > 3 ? updthresh : 3; in qib_init_7322_variables()
6656 if (dd->pbufsctxt >= 2 && dd->pbufsctxt - 2 < updthresh) in qib_init_7322_variables()
6657 updthresh = dd->pbufsctxt - 2; in qib_init_7322_variables()
6658 dd->cspec->updthresh_dflt = updthresh; in qib_init_7322_variables()
6659 dd->cspec->updthresh = updthresh; in qib_init_7322_variables()
6662 dd->sendctrl |= ((updthresh & SYM_RMASK(SendCtrl, AvailUpdThld)) in qib_init_7322_variables()
7072 dd->cspec->updthresh != dd->cspec->updthresh_dflt in qib_7322_txchk_change()
[all …]