Lines Matching defs:lr_sc
2128 struct scsi_cmnd *lr_sc,
2139 struct scsi_device *lun_dev = lr_sc->device;
2151 if (!sc || ((sc == lr_sc) && new_sc) || sc->device != lun_dev) {
2259 if (sc != lr_sc)
2264 if (sc != lr_sc) {
2283 if (fnic_is_abts_pending(fnic, lr_sc))
2781 * if @lr_sc is non NULL, then it checks IOs specific to particular LUN,
2784 int fnic_is_abts_pending(struct fnic *fnic, struct scsi_cmnd *lr_sc)
2794 if (lr_sc)
2795 lun_dev = lr_sc->device;
2804 if (!sc || (lr_sc && (sc->device != lun_dev || sc == lr_sc)))