Searched refs:resmsg (Results 1 – 2 of 2) sorted by relevance
1162 uint8_t sfbr, resid, resmsg; in oosiop_scriptintr() local1214 resmsg = oosiop_read_1(sc, OOSIOP_SFBR); in oosiop_scriptintr()1215 if (MSG_ISIDENTIFY(resmsg) && cb && in oosiop_scriptintr()1216 (resmsg & MSG_IDENTIFY_LUNMASK) == cb->lun) { in oosiop_scriptintr()
1479 uint8_t resmsg; in osiop_checkintr() local1489 resmsg = osiop_read_1(sc, OSIOP_SFBR); in osiop_checkintr()1490 if (!MSG_ISIDENTIFY(resmsg)) in osiop_checkintr()1492 "%02x\n", device_xname(sc->sc_dev), resmsg); in osiop_checkintr()