Lines Matching defs:ready
1196 int ready = 0;
1205 ready = csio_is_lnode_ready(ln);
1207 rv = csio_do_abrt_cls(hw, ioreq, (ready ? SCSI_ABORT : SCSI_CLOSE));
1209 if (ready)
1369 return sysfs_emit(buf, "ready\n");
1371 return sysfs_emit(buf, "not ready\n");
1919 int ready = 0, ret;
1946 ready = csio_is_lnode_ready(ln);
1951 rv = csio_do_abrt_cls(hw, ioreq, (ready ? SCSI_ABORT : SCSI_CLOSE));
1961 if (ready)
2084 "LUN reset cannot be issued on non-ready"
2090 /* Lnode is ready, now wait on rport node readiness */
2104 "LUN reset cannot be issued on non-ready"