Searched refs:last_scsi_command (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dibmmca.c387 #define last_scsi_command(hi) (((struct ibmmca_hostdata *) hosts[(hi)]->hostdata)->_last_scsi_command) macro
532 /* get the last_scsi_command here */
533 lastSCSI = last_scsi_command(ihost_index)[ldn];
603 last_scsi_command(ihost_index)[ldn] = NO_SCSI;
610 if ((reset_status(ihost_index) == IM_RESET_IN_PROGRESS) && (last_scsi_command(ihost_index)[ldn] == IM_RESET_IMM_CMD)) {
622 last_scsi_command(ihost_index)[ldn] = NO_SCSI;
626 } else if (last_scsi_command(ihost_index)[ldn] == IM_ABORT_IMM_CMD) {
640 last_scsi_command(ihost_index)[ldn] = NO_SCSI;
651 last_scsi_command(ihost_index)[ldn] = NO_SCSI;
656 last_scsi_command(ihost_inde
[all...]

Completed in 81 milliseconds