Lines Matching defs:last
2402 * in reset from above). Writes new value of ibcctrl_a as last step.
4623 u32 i, last;
4626 last = dd->piobcnt2k + dd->piobcnt4k + NUM_VL15_BUFS;
4632 for (i = 0; i < last; i++) {
4823 * The EgrOvfl list needs to be last so we truncate them at the configured
5539 /* do IPG MAD again after linkdown, even if last time failed */
6022 * The last specific match is used (actually, all are used, but last
6678 u32 first, last, plen = pbc & QIB_PBC_LENGTH_MASK;
6681 /* last is same for 2k and 4k, because we use 4k if all 2k busy */
6684 last = first;
6690 last = dd->cspec->lastbuf_for_pio;
6692 return qib_getsendbuf_range(dd, pbufnum, first, last);
6998 const int last = start + len - 1;
6999 const int lastr = last / BITS_PER_LONG;
7016 for (cstart = start; cstart <= last; cstart++) {
7030 if (cstart > last)
7047 for (i = start; i <= last; i++)
7059 for (i = start; i <= last; i++)
7065 for (i = start; i <= last; i++) {
7093 for (i = start; i <= last; i++) {
7299 * TXDDS_TABLE_SZ for SDR, the next for DDR, and the last for QDR.