Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1836 if (plun->lun_state & FCP_LUN_OFFLINE) { in fcp_get_target_mappings()
3893 if (!(tplun->lun_state & FCP_LUN_OFFLINE)) { in fcp_port_ioctl()
3967 plun->lun_state &= ~(FCP_LUN_OFFLINE | FCP_LUN_BUSY | in fcp_port_ioctl()
4017 plun->lun_state & FCP_LUN_OFFLINE) { in fcp_port_ioctl()
4072 & FCP_LUN_OFFLINE)) { in fcp_port_ioctl()
4886 if ((plun->lun_state & FCP_LUN_OFFLINE) || lun0_newalloc) { in fcp_handle_reportlun_changed()
4890 plun->lun_state &= ~FCP_LUN_OFFLINE; in fcp_handle_reportlun_changed()
4996 !(pseq_lun->lun_state & FCP_LUN_OFFLINE)) { in fcp_handle_mapflags()
5458 if (!(plun->lun_state & FCP_LUN_OFFLINE)) { in fcp_update_tgt_state()
6354 if ((plun->lun_state & FCP_LUN_OFFLINE) || in fcp_icmd_callback()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h1121 #define FCP_LUN_OFFLINE FCP_TGT_OFFLINE macro