Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/asr/
HDasr.c1457 int MessageSizeInBytes; in ASR_acquireLct() local
1466 MessageSizeInBytes = sizeof(I2O_EXEC_LCT_NOTIFY_MESSAGE) - in ASR_acquireLct()
1469 MessageSizeInBytes, M_TEMP, M_WAITOK)) == NULL) { in ASR_acquireLct()
1472 (void)ASR_fillMessage((void *)Message_Ptr, MessageSizeInBytes); in ASR_acquireLct()
1569 MessageSizeInBytes += sizeof(*sg); in ASR_acquireLct()
1579 kmalloc(MessageSizeInBytes, M_TEMP, M_WAITOK)) in ASR_acquireLct()
3144 int MessageSizeInBytes; in ASR_queue_i() local
3177 MessageSizeInBytes = (I2O_MESSAGE_FRAME_getMessageSize(Message_Ptr)<<2); in ASR_queue_i()
3180 + MessageSizeInBytes); in ASR_queue_i()
3223 if ((MessageSizeInBytes < sizeof(I2O_MESSAGE_FRAME)) in ASR_queue_i()
[all …]