Lines Matching defs:msp
1369 const struct qib_hwerror_msgs *msp)
1374 while (errs && msp && msp->mask) {
1375 multi = (msp->mask & (msp->mask - 1));
1376 while (errs & msp->mask) {
1377 these = (errs & msp->mask);
1385 /* msp->sz counts the nul */
1386 took = min_t(size_t, msp->sz - (size_t)1, len);
1387 memcpy(msg, msp->msg, took);
1398 while (lmask & msp->mask) {
1407 ++msp;