Lines Matching defs:lr_sc
1651 snic_is_abts_pending(struct snic *snic, struct scsi_cmnd *lr_sc)
1660 if (lr_sc)
1661 lr_sdev = lr_sc->device;
1670 if (!sc || (lr_sc && (sc->device != lr_sdev || sc == lr_sc))) {
1685 * the LUN that is under reset, if lr_sc != NULL
1849 snic_dr_clean_pending_req(struct snic *snic, struct scsi_cmnd *lr_sc)
1851 struct scsi_device *lr_sdev = lr_sc->device;
1856 if (tag == snic_cmd_tag(lr_sc))
1870 if (snic_is_abts_pending(snic, lr_sc)) {