Lines Matching defs:cur_lunt
552 param->sgt_pointer = cpu_to_le32(data->cur_lunt->sglun_paddr);
697 nsp32_write4(base, SGT_ADR, data->cur_lunt->sglun_paddr);
836 data->cur_lunt = &(data->lunt[newid][newlun]);
855 nsp32_sgtable *sgt = data->cur_lunt->sglun->sgt;
901 nsp32_lunt *cur_lunt;
950 cur_lunt = &(data->lunt[SCpnt->device->id][SCpnt->device->lun]);
951 cur_lunt->SCpnt = SCpnt;
952 cur_lunt->save_datp = 0;
953 cur_lunt->msgin03 = FALSE;
954 data->cur_lunt = cur_lunt;
1507 * Reset parameters and call scsi_done for data->cur_lunt.
1531 data->cur_lunt->SCpnt = NULL;
1532 data->cur_lunt = NULL;
1604 data->cur_lunt->msgin03 = FALSE;
1606 data->cur_lunt->msgin03 = TRUE;
1614 //data->cur_lunt->save_datp = data->cur_datp;
1711 int sg_num = data->cur_lunt->sg_num;
1712 nsp32_sgtable *sgt = data->cur_lunt->sglun->sgt;
1803 new_sgtp = data->cur_lunt->sglun_paddr +
1804 (data->cur_lunt->cur_entry * sizeof(nsp32_sgtable));
1863 if (data->cur_target == NULL || data->cur_lunt == NULL) {
1886 nsp32_write4(base, SGT_ADR, data->cur_lunt->sglun_paddr);
2008 data->cur_lunt->msgin03 = FALSE;
2018 new_sgtp = data->cur_lunt->sglun_paddr +
2019 (data->cur_lunt->cur_entry * sizeof(nsp32_sgtable));
2177 if (data->cur_lunt->msgin03 == TRUE) {
2180 data->cur_lunt->msgin03 = FALSE;
2580 data->cur_lunt = NULL;
2816 if (data->cur_lunt->SCpnt == NULL) {