Searched refs:stmf_ic_alloc_msg_header (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | alua_ic_if.c | 309 static stmf_ic_msg_t *stmf_ic_alloc_msg_header(stmf_ic_msg_type_t msg_type, 524 icm = stmf_ic_alloc_msg_header(STMF_ICM_REGISTER_PROXY_PORT, msgid); in stmf_ic_reg_port_msg_alloc() 549 icm = stmf_ic_alloc_msg_header(STMF_ICM_DEREGISTER_PROXY_PORT, msgid); in stmf_ic_dereg_port_msg_alloc() 616 icm = stmf_ic_alloc_msg_header(msg_type, msgid); in stmf_ic_reg_dereg_lun_msg_alloc() 647 icm = stmf_ic_alloc_msg_header(STMF_ICM_SCSI_CMD, msgid); in stmf_ic_scsi_cmd_msg_alloc() 697 icm = stmf_ic_alloc_msg_header(STMF_ICM_SCSI_DATA, msgid); in stmf_ic_scsi_data_msg_alloc() 720 icm = stmf_ic_alloc_msg_header(STMF_ICM_SCSI_DATA_XFER_DONE, msgid); in stmf_ic_scsi_data_xfer_done_msg_alloc() 748 icm = stmf_ic_alloc_msg_header(STMF_ICM_SCSI_STATUS, msgid); in stmf_ic_scsi_status_msg_alloc() 777 icm = stmf_ic_alloc_msg_header(STMF_ICM_R2T, msgid); in stmf_ic_r2t_msg_alloc() 798 icm = stmf_ic_alloc_msg_header(STMF_ICM_STATUS, msgid); in stmf_ic_status_msg_alloc() [all …]
|