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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/qib/
H A Dqib_7220.h68 u32 updthresh; /* current AvailUpdThld */ member in struct:qib_chip_specific
H A Dqib_iba7220.c3977 u32 sbufs, updthresh; local
4123 updthresh = 8U; /* update threshold */
4126 sbufs = updthresh > 3 ? updthresh : 3;
4145 if ((dd->pbufsctxt - 2) < updthresh)
4146 updthresh = dd->pbufsctxt - 2;
4148 dd->cspec->updthresh_dflt = updthresh;
4149 dd->cspec->updthresh = updthresh;
4152 dd->sendctrl |= (updthresh
[all...]
H A Dqib_iba7322.c509 u32 updthresh; /* current AvailUpdThld */ member in struct:qib_chip_specific
5887 u32 sbufs, updthresh; local
6163 updthresh = 8U; /* update threshold */
6177 sbufs = updthresh > 3 ? updthresh : 3;
6195 if (dd->pbufsctxt >= 2 && dd->pbufsctxt - 2 < updthresh)
6196 updthresh = dd->pbufsctxt - 2;
6197 dd->cspec->updthresh_dflt = updthresh;
6198 dd->cspec->updthresh = updthresh;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_7220.h68 u32 updthresh; /* current AvailUpdThld */ member in struct:qib_chip_specific
H A Dqib_iba7220.c3977 u32 sbufs, updthresh; local
4123 updthresh = 8U; /* update threshold */
4126 sbufs = updthresh > 3 ? updthresh : 3;
4145 if ((dd->pbufsctxt - 2) < updthresh)
4146 updthresh = dd->pbufsctxt - 2;
4148 dd->cspec->updthresh_dflt = updthresh;
4149 dd->cspec->updthresh = updthresh;
4152 dd->sendctrl |= (updthresh
[all...]
H A Dqib_iba7322.c509 u32 updthresh; /* current AvailUpdThld */ member in struct:qib_chip_specific
5887 u32 sbufs, updthresh; local
6163 updthresh = 8U; /* update threshold */
6177 sbufs = updthresh > 3 ? updthresh : 3;
6195 if (dd->pbufsctxt >= 2 && dd->pbufsctxt - 2 < updthresh)
6196 updthresh = dd->pbufsctxt - 2;
6197 dd->cspec->updthresh_dflt = updthresh;
6198 dd->cspec->updthresh = updthresh;
[all...]

Completed in 282 milliseconds