Symbol: PI2O_MESSAGE_FRAME
sys/dev/raid/asr/asr.c
1338
ASR_queue(Asr_softc_t *sc, PI2O_MESSAGE_FRAME Message)
sys/dev/raid/asr/asr.c
1442
if ((ASR_queue_c(sc, (PI2O_MESSAGE_FRAME)Message_Ptr) == CAM_REQ_CMP)
sys/dev/raid/asr/asr.c
1494
(void)ASR_queue_c(sc, (PI2O_MESSAGE_FRAME)Message_Ptr);
sys/dev/raid/asr/asr.c
1596
retval = ASR_queue_c(sc, (PI2O_MESSAGE_FRAME)Message_Ptr);
sys/dev/raid/asr/asr.c
168
debug_asr_message(PI2O_MESSAGE_FRAME message)
sys/dev/raid/asr/asr.c
1701
static PI2O_MESSAGE_FRAME
sys/dev/raid/asr/asr.c
1702
ASR_init_message(union asr_ccb *ccb, PI2O_MESSAGE_FRAME Message)
sys/dev/raid/asr/asr.c
1704
PI2O_MESSAGE_FRAME Message_Ptr;
sys/dev/raid/asr/asr.c
1885
if ((Old = ASR_initiateCp(sc, (PI2O_MESSAGE_FRAME)Message_Ptr)) !=
sys/dev/raid/asr/asr.c
1989
retVal = ASR_queue_c(sc, (PI2O_MESSAGE_FRAME)Message_Ptr);
sys/dev/raid/asr/asr.c
2024
if (ASR_queue_c(sc, (PI2O_MESSAGE_FRAME)Message_Ptr) != CAM_REQ_CMP) {
sys/dev/raid/asr/asr.c
2066
return (ASR_queue_c(sc, (PI2O_MESSAGE_FRAME)Message_Ptr) != 0);
sys/dev/raid/asr/asr.c
2106
(PI2O_MESSAGE_FRAME)Message_Ptr,
sys/dev/raid/asr/asr.c
2112
(PI2O_MESSAGE_FRAME)Message_Ptr,
sys/dev/raid/asr/asr.c
2117
(PI2O_MESSAGE_FRAME)Message_Ptr, 1);
sys/dev/raid/asr/asr.c
2119
(PI2O_MESSAGE_FRAME)Message_Ptr, I2O_PRIVATE_MESSAGE);
sys/dev/raid/asr/asr.c
2121
(PI2O_MESSAGE_FRAME)Message_Ptr, TID);
sys/dev/raid/asr/asr.c
2143
(void)ASR_queue_c(sc, (PI2O_MESSAGE_FRAME)Message_Ptr);
sys/dev/raid/asr/asr.c
2539
(PI2O_MESSAGE_FRAME)Message_Ptr, I2O_VERSION_11 |
sys/dev/raid/asr/asr.c
2543
(PI2O_MESSAGE_FRAME)Message_Ptr,
sys/dev/raid/asr/asr.c
2548
(PI2O_MESSAGE_FRAME)Message_Ptr, 1);
sys/dev/raid/asr/asr.c
2550
(PI2O_MESSAGE_FRAME)Message_Ptr, I2O_PRIVATE_MESSAGE);
sys/dev/raid/asr/asr.c
2580
(void)ASR_queue_c(sc, (PI2O_MESSAGE_FRAME)Message_Ptr);
sys/dev/raid/asr/asr.c
2683
PI2O_MESSAGE_FRAME Message_Ptr;
sys/dev/raid/asr/asr.c
2715
(PI2O_MESSAGE_FRAME)&Message)) != NULL) {
sys/dev/raid/asr/asr.c
3138
ASR_queue_i(Asr_softc_t *sc, PI2O_MESSAGE_FRAME Packet)
sys/dev/raid/asr/asr.c
3142
PI2O_MESSAGE_FRAME Message_Ptr;
sys/dev/raid/asr/asr.c
3164
if ((Message_Ptr = (PI2O_MESSAGE_FRAME)kmalloc (
sys/dev/raid/asr/asr.c
3230
if ((Message_Ptr = (PI2O_MESSAGE_FRAME)kmalloc (MessageSizeInBytes,
sys/dev/raid/asr/asr.c
3428
PI2O_MESSAGE_FRAME NewMessage_Ptr;
sys/dev/raid/asr/asr.c
3431
= (PI2O_MESSAGE_FRAME)
sys/dev/raid/asr/asr.c
3490
(PI2O_MESSAGE_FRAME)Message_Ptr, (long)ccb);
sys/dev/raid/asr/asr.c
3492
(void)ASR_queue (sc, (PI2O_MESSAGE_FRAME)Message_Ptr);
sys/dev/raid/asr/asr.c
3789
return (ASR_queue_i(sc, *((PI2O_MESSAGE_FRAME *)data)));
sys/dev/raid/asr/asr.c
388
static int ASR_queue(Asr_softc_t *sc, PI2O_MESSAGE_FRAME Message);
sys/dev/raid/asr/asr.c
485
static PI2O_MESSAGE_FRAME
sys/dev/raid/asr/asr.c
488
PI2O_MESSAGE_FRAME Message_Ptr;
sys/dev/raid/asr/asr.c
516
ASR_initiateCp(Asr_softc_t *sc, PI2O_MESSAGE_FRAME Message)
sys/dev/raid/asr/asr.c
571
if ((Old = ASR_initiateCp(sc, (PI2O_MESSAGE_FRAME)Message_Ptr)) !=
sys/dev/raid/asr/asr.c
624
if ((Old = ASR_initiateCp(sc, (PI2O_MESSAGE_FRAME)Message_Ptr)) !=
sys/dev/raid/asr/asr.c
703
ASR_queue_s(union asr_ccb *ccb, PI2O_MESSAGE_FRAME Message)
sys/dev/raid/asr/asr.c
742
ASR_queue_c(Asr_softc_t *sc, PI2O_MESSAGE_FRAME Message)
sys/dev/raid/asr/asr.c
855
(void)ASR_queue(sc, (PI2O_MESSAGE_FRAME)Message_Ptr);
sys/dev/raid/asr/i2oexec.h
716
PI2O_MESSAGE_FRAME StaticMFA;
sys/dev/raid/asr/i2oexec.h
725
PI2O_MESSAGE_FRAME StaticMFA;
sys/dev/raid/asr/i2outil.h
378
PI2O_MESSAGE_FRAME OriginalMFA;
sys/dev/raid/asr/i2outil.h
380
PI2O_MESSAGE_FRAME OriginalMFALowPart;