Home | History | Annotate | Download | only in ieee1394

Lines Matching defs:tsdev

1058 	struct sbp_dev *tsdev, *sdev = (struct sbp_dev *)xfer->sc;
1067 tsdev = target->luns[i];
1068 if (tsdev != NULL && tsdev->status == SBP_DEV_LOGIN)
1069 sbp_login(tsdev);
2126 struct sbp_dev *tsdev;
2130 tsdev = target->luns[i];
2131 if (tsdev == NULL)
2133 if (tsdev->status == SBP_DEV_DEAD)
2135 if (tsdev->status == SBP_DEV_RESET)
2138 scsipi_periph_freeze(tsdev->periph, 1);
2139 tsdev->freeze++;
2141 sbp_abort_all_ocbs(tsdev, XS_TIMEOUT);
2143 tsdev->status = SBP_DEV_LOGIN;