Lines Matching refs:wtgt
4820 struct ibmvfc_target *wtgt = NULL;
4830 wtgt = tgt;
4842 if (wtgt && !stgt) {
4856 if (wtgt->action == IBMVFC_TGT_ACTION_LOGOUT_DELETED_RPORT) {
4857 if (wtgt->move_login) {
4864 wtgt->new_scsi_id = scsi_id;
4865 wtgt->action = IBMVFC_TGT_ACTION_INIT;
4866 wtgt->init_retries = 0;
4867 ibmvfc_init_tgt(wtgt, ibmvfc_tgt_move_login);
4871 tgt_err(wtgt, "Unexpected target state: %d, %p\n",
4872 wtgt->action, wtgt->rport);