Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h1122 #define FCP_SCSI_LUN_TGT_INIT 0x20 /* target/LUNs all inited */ macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c4146 if (!(plun->lun_state & FCP_SCSI_LUN_TGT_INIT)) { in fcp_port_ioctl()
8592 if (plun->lun_cip && plun->lun_state & FCP_SCSI_LUN_TGT_INIT) { in fcp_update_offline_flags()
10890 plun->lun_state |= FCP_SCSI_LUN_TGT_INIT; in fcp_phys_tgt_init()
10981 plun->lun_state |= FCP_SCSI_LUN_TGT_INIT; in fcp_virt_tgt_init()
11046 plun->lun_state &= ~FCP_SCSI_LUN_TGT_INIT; in fcp_scsi_tgt_free()