Home
last modified time | relevance | path

Searched refs:ha_Msgs (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/raid/asr/
H A Dasr.c343 PI2O_SCSI_ERROR_REPLY_MESSAGE_FRAME ha_Msgs; member
1900 if (sc->ha_Msgs == NULL) { in ASR_initOutBound()
1910 if ((sc->ha_Msgs = (PI2O_SCSI_ERROR_REPLY_MESSAGE_FRAME) in ASR_initOutBound()
1913 bzero(sc->ha_Msgs, size); in ASR_initOutBound()
1914 sc->ha_Msgs_Phys = KVTOPHYS(sc->ha_Msgs); in ASR_initOutBound()
1919 if (sc->ha_Msgs != NULL) in ASR_initOutBound()
2891 - sc->ha_Msgs_Phys + (char *)(sc->ha_Msgs)); in asr_intr()