Lines Matching defs:msp
1347 const struct qib_hwerror_msgs *msp)
1352 while (errs && msp && msp->mask) {
1353 multi = (msp->mask & (msp->mask - 1));
1354 while (errs & msp->mask) {
1355 these = (errs & msp->mask);
1363 /* msp->sz counts the nul */
1364 took = min_t(size_t, msp->sz - (size_t)1, len);
1365 memcpy(msg, msp->msg, took);
1376 while (lmask & msp->mask) {
1385 ++msp;