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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 126 milliseconds