Searched refs:hwhead (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace_tx.h360 u16 hwhead,
364 TP_ARGS(sde, hwhead, swhead, txp),
367 __field(u16, hwhead)
375 __entry->hwhead = hwhead;
384 "[%s] SDE(%u) sn %llu hwhead %u swhead %u next_descq_idx %u tx_head %u tx_tail %u",
388 __entry->hwhead,
398 u16 hwhead, u16 swhead,
401 TP_ARGS(sde, hwhead, swhead, txp),
403 __field(u16, hwhead)
[all...]
H A Dsdma.c1664 u16 hwhead; local
1674 hwhead = use_dmahead ?
1691 sane = (hwhead >= swhead) & (hwhead <= swtail);
1694 sane = ((hwhead >= swhead) && (hwhead < cnt)) ||
1695 (hwhead <= swtail);
1698 sane = (hwhead == swhead);
1704 hwhead, swhead, swtail, cnt);
1711 hwhead
1788 u16 hwhead, swhead; local
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_sdma.c331 u16 hwhead; local
334 hwhead = dd->f_sdma_gethead(ppd);
348 while (ppd->sdma_descq_head != hwhead) {
H A Dqib_iba7220.c4272 u16 hwhead; local
4277 hwhead = use_dmahead ?
4287 sane = (hwhead >= swhead) & (hwhead <= swtail);
4290 sane = ((hwhead >= swhead) && (hwhead < cnt)) ||
4291 (hwhead <= swtail);
4294 sane = (hwhead == swhead);
4304 hwhead = swhead;
4307 return hwhead;
[all...]
H A Dqib_iba7322.c6888 u16 hwhead; local
6893 hwhead = use_dmahead ?
6903 sane = (hwhead >= swhead) & (hwhead <= swtail);
6906 sane = ((hwhead >= swhead) && (hwhead < cnt)) ||
6907 (hwhead <= swtail);
6910 sane = (hwhead == swhead);
6919 hwhead = swhead;
6922 return hwhead;
[all...]

Completed in 159 milliseconds