Symbol: CMD_MESSAGE_FIELD
sys/dev/raid/arcmsr/arcmsr.c
2395
struct CMD_MESSAGE_FIELD *pcmdmessagefld;
sys/dev/raid/arcmsr/arcmsr.c
2398
pcmdmessagefld = (struct CMD_MESSAGE_FIELD *) arg;
sys/dev/raid/arcmsr/arcmsr.c
2606
struct CMD_MESSAGE_FIELD *pcmdmessagefld;
sys/dev/raid/arcmsr/arcmsr.c
2621
if (transfer_len > sizeof(struct CMD_MESSAGE_FIELD)) {
sys/dev/raid/arcmsr/arcmsr.c
2625
pcmdmessagefld = (struct CMD_MESSAGE_FIELD *) buffer;
sys/dev/raid/arcmsr/arcmsr.h
246
#define ARCMSR_MESSAGE_READ_RQBUFFER _IOWR('F', FUNCTION_READ_RQBUFFER, struct CMD_MESSAGE_FIELD)
sys/dev/raid/arcmsr/arcmsr.h
247
#define ARCMSR_MESSAGE_WRITE_WQBUFFER _IOWR('F', FUNCTION_WRITE_WQBUFFER, struct CMD_MESSAGE_FIELD)
sys/dev/raid/arcmsr/arcmsr.h
248
#define ARCMSR_MESSAGE_CLEAR_RQBUFFER _IOWR('F', FUNCTION_CLEAR_RQBUFFER, struct CMD_MESSAGE_FIELD)
sys/dev/raid/arcmsr/arcmsr.h
249
#define ARCMSR_MESSAGE_CLEAR_WQBUFFER _IOWR('F', FUNCTION_CLEAR_WQBUFFER, struct CMD_MESSAGE_FIELD)
sys/dev/raid/arcmsr/arcmsr.h
250
#define ARCMSR_MESSAGE_CLEAR_ALLQBUFFER _IOWR('F', FUNCTION_CLEAR_ALLQBUFFER, struct CMD_MESSAGE_FIELD)
sys/dev/raid/arcmsr/arcmsr.h
251
#define ARCMSR_MESSAGE_REQUEST_RETURNCODE_3F _IOWR('F', FUNCTION_REQUEST_RETURNCODE_3F, struct CMD_MESSAGE_FIELD)
sys/dev/raid/arcmsr/arcmsr.h
252
#define ARCMSR_MESSAGE_SAY_HELLO _IOWR('F', FUNCTION_SAY_HELLO, struct CMD_MESSAGE_FIELD)
sys/dev/raid/arcmsr/arcmsr.h
253
#define ARCMSR_MESSAGE_SAY_GOODBYE _IOWR('F', FUNCTION_SAY_GOODBYE, struct CMD_MESSAGE_FIELD)
sys/dev/raid/arcmsr/arcmsr.h
254
#define ARCMSR_MESSAGE_FLUSH_ADAPTER_CACHE _IOWR('F', FUNCTION_FLUSH_ADAPTER_CACHE, struct CMD_MESSAGE_FIELD)