Home
last modified time | relevance | path

Searched refs:tgt_state (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h755 uint32_t tgt_state; member
1336 fcp_tgt::tgt_state fcp_tgt::tgt_device_created
1348 _NOTE(DATA_READABLE_WITHOUT_LOCK( fcp_tgt::tgt_state))
/titanic_41/usr/src/uts/common/sys/
H A Dstmf_ioctl.h125 uint8_t tgt_state:4, member
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1590 if (ptgt->tgt_state & (FCP_TGT_MARK | in fcp_setup_device_data_ioctl()
1597 if (ptgt->tgt_state & FCP_TGT_OFFLINE) { in fcp_setup_device_data_ioctl()
2467 if (ptgt->tgt_state & in fcp_send_scsi_ioctl()
2475 ptgt->tgt_state |= in fcp_send_scsi_ioctl()
2754 ptgt->tgt_state |= FCP_TGT_BUSY; in fcp_send_scsi_ioctl()
2845 ptgt->tgt_state &= ~FCP_TGT_BUSY; in fcp_send_scsi_ioctl()
2852 ptgt->tgt_state &= ~FCP_TGT_BUSY; in fcp_send_scsi_ioctl()
4680 !(ptgt->tgt_state & FCP_TGT_OFFLINE)) { in fcp_handle_devices()
4736 ptgt->tgt_d_id, ptgt->tgt_state); in fcp_handle_devices()
4774 if (!(ptgt->tgt_state & FCP_TGT_OFFLINE)) { in fcp_handle_devices()
[all …]
/titanic_41/usr/src/lib/libstmf/common/
H A Dstmf.c4396 if (targetProperties.tgt_state == STMF_STATE_ONLINE) { in stmfGetTargetProperties()
4398 } else if (targetProperties.tgt_state == STMF_STATE_OFFLINE) { in stmfGetTargetProperties()
4400 } else if (targetProperties.tgt_state == STMF_STATE_ONLINING) { in stmfGetTargetProperties()
4402 } else if (targetProperties.tgt_state == STMF_STATE_OFFLINING) { in stmfGetTargetProperties()
/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c763 lportp->tgt_state = ilport->ilport_state & 0x0f; in stmf_ioctl()