Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/asr/
H A Dasr.c742 ASR_queue_c(Asr_softc_t *sc, PI2O_MESSAGE_FRAME Message) in ASR_queue_c() function
1442 if ((ASR_queue_c(sc, (PI2O_MESSAGE_FRAME)Message_Ptr) == CAM_REQ_CMP) in ASR_getParams()
1494 (void)ASR_queue_c(sc, (PI2O_MESSAGE_FRAME)Message_Ptr); in ASR_acquireLct()
1596 retval = ASR_queue_c(sc, (PI2O_MESSAGE_FRAME)Message_Ptr); in ASR_acquireLct()
1989 retVal = ASR_queue_c(sc, (PI2O_MESSAGE_FRAME)Message_Ptr); in ASR_setSysTab()
2024 if (ASR_queue_c(sc, (PI2O_MESSAGE_FRAME)Message_Ptr) != CAM_REQ_CMP) { in ASR_acquireHrt()
2066 return (ASR_queue_c(sc, (PI2O_MESSAGE_FRAME)Message_Ptr) != 0); in ASR_enableSys()
2143 (void)ASR_queue_c(sc, (PI2O_MESSAGE_FRAME)Message_Ptr); in ASR_sync()
2580 (void)ASR_queue_c(sc, (PI2O_MESSAGE_FRAME)Message_Ptr); in asr_attach()