Searched refs:snd_bottom (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
274 snd_bottom = dd->pio2k_bufbase;
277 snd_lim = snd_bottom + tot2k;
285 if (snd_bottom > offs4k)
286 snd_bottom = offs4k;
297 if (offset >= snd_bottom && offset < snd_lim) {
298 offset -= snd_bottom;

Completed in 26 milliseconds