Lines Matching defs:last
2424 * in reset from above). Writes new value of ibcctrl_a as last step.
4645 u32 i, last;
4648 last = dd->piobcnt2k + dd->piobcnt4k + NUM_VL15_BUFS;
4654 for (i = 0; i < last; i++) {
4845 * The EgrOvfl list needs to be last so we truncate them at the configured
5561 /* do IPG MAD again after linkdown, even if last time failed */
6044 * The last specific match is used (actually, all are used, but last
6707 u32 first, last, plen = pbc & QIB_PBC_LENGTH_MASK;
6710 /* last is same for 2k and 4k, because we use 4k if all 2k busy */
6713 last = first;
6719 last = dd->cspec->lastbuf_for_pio;
6721 return qib_getsendbuf_range(dd, pbufnum, first, last);
7027 const int last = start + len - 1;
7028 const int lastr = last / BITS_PER_LONG;
7045 for (cstart = start; cstart <= last; cstart++) {
7059 if (cstart > last)
7076 for (i = start; i <= last; i++)
7088 for (i = start; i <= last; i++)
7094 for (i = start; i <= last; i++) {
7122 for (i = start; i <= last; i++) {
7328 * TXDDS_TABLE_SZ for SDR, the next for DDR, and the last for QDR.