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

/linux-master/drivers/infiniband/hw/qib/
H A Dqib_7220.h68 u32 updthresh; /* current AvailUpdThld */ member in struct:qib_chip_specific
H A Dqib_iba7220.c3960 u32 sbufs, updthresh; local
4094 updthresh = 8U; /* update threshold */
4097 sbufs = updthresh > 3 ? updthresh : 3;
4117 if ((dd->pbufsctxt - 2) < updthresh)
4118 updthresh = dd->pbufsctxt - 2;
4120 dd->cspec->updthresh_dflt = updthresh;
4121 dd->cspec->updthresh = updthresh;
4124 dd->sendctrl |= (updthresh
[all...]
H A Dqib_iba7322.c563 u32 updthresh; /* current AvailUpdThld */ member in struct:qib_chip_specific
6348 u32 sbufs, updthresh; local
6623 updthresh = 8U; /* update threshold */
6637 sbufs = updthresh > 3 ? updthresh : 3;
6656 if (dd->pbufsctxt >= 2 && dd->pbufsctxt - 2 < updthresh)
6657 updthresh = dd->pbufsctxt - 2;
6658 dd->cspec->updthresh_dflt = updthresh;
6659 dd->cspec->updthresh = updthresh;
[all...]

Completed in 127 milliseconds