Searched refs:hwhead (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_sdma.c352 u16 hwhead; local
355 hwhead = dd->f_sdma_gethead(ppd);
369 while (ppd->sdma_descq_head != hwhead) {
H A Dqib_iba7220.c4301 u16 hwhead; local
4306 hwhead = use_dmahead ?
4316 sane = (hwhead >= swhead) & (hwhead <= swtail);
4319 sane = ((hwhead >= swhead) && (hwhead < cnt)) ||
4320 (hwhead <= swtail);
4323 sane = (hwhead == swhead);
4333 hwhead = swhead;
4336 return hwhead;
[all...]
H A Dqib_iba7322.c6348 u16 hwhead; local
6353 hwhead = use_dmahead ?
6363 sane = (hwhead >= swhead) & (hwhead <= swtail);
6366 sane = ((hwhead >= swhead) && (hwhead < cnt)) ||
6367 (hwhead <= swtail);
6370 sane = (hwhead == swhead);
6379 hwhead = swhead;
6382 return hwhead;
[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_sdma.c352 u16 hwhead; local
355 hwhead = dd->f_sdma_gethead(ppd);
369 while (ppd->sdma_descq_head != hwhead) {
H A Dqib_iba7220.c4301 u16 hwhead; local
4306 hwhead = use_dmahead ?
4316 sane = (hwhead >= swhead) & (hwhead <= swtail);
4319 sane = ((hwhead >= swhead) && (hwhead < cnt)) ||
4320 (hwhead <= swtail);
4323 sane = (hwhead == swhead);
4333 hwhead = swhead;
4336 return hwhead;
[all...]
H A Dqib_iba7322.c6348 u16 hwhead; local
6353 hwhead = use_dmahead ?
6363 sane = (hwhead >= swhead) & (hwhead <= swtail);
6366 sane = ((hwhead >= swhead) && (hwhead < cnt)) ||
6367 (hwhead <= swtail);
6370 sane = (hwhead == swhead);
6379 hwhead = swhead;
6382 return hwhead;
[all...]

Completed in 282 milliseconds