Home | History | Annotate | Download | only in ic

Lines Matching refs:msgaddr

1532 void wd33c93_msgin(struct wd33c93_softc *sc, u_char *msgaddr, int msglen)
1541 switch (msgaddr[0]) {
1587 sc->target, sc->lun, msgaddr[0], msgaddr[1]);
1646 msgaddr[0], sc->target));
1659 switch(msgaddr[2]) {
1663 msgaddr[3], msgaddr[4]));
1664 if (msgaddr[1] != 3)
1668 MAX(msgaddr[3], sc->sc_minsyncperiod);
1669 ti->offset = MIN(msgaddr[4], sc->sc_maxoffset);
1678 msgaddr[3] != 0)
1731 if ((msgaddr[0]!=MSG_SIMPLE_Q_TAG) || (sc->sc_msgify==0)) {
1734 device_xname(sc->sc_dev), msgaddr[0]);
1737 SBIC_DEBUG(TAGS, ("TAG %x/%x\n", msgaddr[0], msgaddr[1]));
1741 msgaddr[0], msgaddr[1]);
1748 if (MSG_ISIDENTIFY(msgaddr[0])) {
1749 SBIC_DEBUG(PHASE, ("IFFY[%x] ", msgaddr[0]));
1750 sc->sc_msgify = msgaddr[0];
1755 device_xname(sc->sc_dev), msgaddr[0]);