Lines Matching defs:lr_sc
1673 snic_is_abts_pending(struct snic *snic, struct scsi_cmnd *lr_sc)
1682 if (lr_sc)
1683 lr_sdev = lr_sc->device;
1692 if (!sc || (lr_sc && (sc->device != lr_sdev || sc == lr_sc))) {
1707 * the LUN that is under reset, if lr_sc != NULL
1871 snic_dr_clean_pending_req(struct snic *snic, struct scsi_cmnd *lr_sc)
1873 struct scsi_device *lr_sdev = lr_sc->device;
1878 if (tag == snic_cmd_tag(lr_sc))
1892 if (snic_is_abts_pending(snic, lr_sc)) {