Searched defs:unexpected (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_intr.c313 * unexpected. If it was a requested state change, we'll have
574 expected ? "expected" : "unexpected");
942 ipath_dev_err(dd, "Now %u unexpected "
952 ipath_dev_err(dd, "%u unexpected interrupts, "
1071 static unsigned unexpected = 0; local
1097 ipath_bad_intr(dd, &unexpected);
1116 if (unexpected)
1117 unexpected = 0;
1202 * Some unexpected bits remain. If they could have
/drivers/mmc/host/
H A Dsdhci.c2431 u32 intmask, mask, unexpected = 0; local
2509 unexpected |= intmask;
2521 if (unexpected) {
2523 mmc_hostname(host->mmc), unexpected);

Completed in 97 milliseconds