stmf_ic_alloc_msg_header
static stmf_ic_msg_t *stmf_ic_alloc_msg_header(stmf_ic_msg_type_t msg_type,
icm = stmf_ic_alloc_msg_header(STMF_ICM_REGISTER_PROXY_PORT, msgid);
icm = stmf_ic_alloc_msg_header(STMF_ICM_DEREGISTER_PROXY_PORT, msgid);
icm = stmf_ic_alloc_msg_header(msg_type, msgid);
icm = stmf_ic_alloc_msg_header(STMF_ICM_SCSI_CMD, msgid);
icm = stmf_ic_alloc_msg_header(STMF_ICM_SCSI_DATA, msgid);
icm = stmf_ic_alloc_msg_header(STMF_ICM_SCSI_DATA_XFER_DONE, msgid);
icm = stmf_ic_alloc_msg_header(STMF_ICM_SCSI_STATUS, msgid);
icm = stmf_ic_alloc_msg_header(STMF_ICM_R2T, msgid);
icm = stmf_ic_alloc_msg_header(STMF_ICM_STATUS, msgid);
icm = stmf_ic_alloc_msg_header(msg_type, msgid);
icm = stmf_ic_alloc_msg_header(msg_type, msgid);