Searched refs:snd_lim (Results 1 - 1 of 1) 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_diag.c232 u32 snd_bottom, snd_lim = 0; local
255 snd_lim = dd->uregbase;
271 * we know the snd_lim.
275 if (snd_lim == 0) {
277 snd_lim = snd_bottom + tot2k;
288 /* 4k above 2k. Bump snd_lim, if needed*/
290 snd_lim = offs4k + tot4k;
297 if (offset >= snd_bottom && offset < snd_lim) {
300 cnt = snd_lim - offset;
304 snd_lim
[all...]

Completed in 183 milliseconds