Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.h44 struct stmf_itl_data *ent_itl_datap; member
H A Dlun_map.c263 if (ent->ent_itl_datap) { in stmf_session_destroy_lun_map()
265 ent->ent_itl_datap, in stmf_session_destroy_lun_map()
462 if (lun_map_ent->ent_itl_datap) { in stmf_remove_lu_from_session()
463 stmf_do_itl_dereg(lu, lun_map_ent->ent_itl_datap, in stmf_remove_lu_from_session()
H A Dstmf.c3750 if (lun_map_ent->ent_itl_datap != NULL) { in stmf_register_itl_handle()
3773 lun_map_ent->ent_itl_datap = itl; in stmf_register_itl_handle()
3842 (ent->ent_itl_datap)) { in stmf_deregister_all_lu_itl_handles()
3843 itl_list[nu++] = ent->ent_itl_datap; in stmf_deregister_all_lu_itl_handles()
3844 ent->ent_itl_datap = NULL; in stmf_deregister_all_lu_itl_handles()
3904 if (ent && ent->ent_itl_datap) { in stmf_get_itl_handle()
3905 *itl_handle_retp = ent->ent_itl_datap->itl_handle; in stmf_get_itl_handle()
4157 lun_map_ent->ent_itl_datap) != NULL)) { in stmf_task_alloc()