Lines Matching refs:status

247 	uchar status;
1747 uchar done_status; /* Completion status. */
1748 uchar scsi_status; /* SCSI status byte. */
1749 uchar host_status; /* Ucode host status. */
3221 /* Indicate whether the device has returned queue full status. */
4251 * Clear the idle command status which is set by the microcode
4307 int status;
4313 status = AdvSendIdleCmd(asc_dvc, (ushort)IDLE_CMD_SCSI_RESET_START, 0L);
4314 if (status != ADV_TRUE) {
4315 return status;
4330 status = AdvSendIdleCmd(asc_dvc, (ushort)IDLE_CMD_SCSI_RESET_END, 0L);
4331 if (status != ADV_TRUE) {
4332 return status;
4337 return status;
4908 mdelay(10); /* Wait for 10ms before checking status. */
5396 mdelay(10); /* Wait for 10ms before checking status. */
5772 int status;
5819 status = AdvInitAsc38C1600Driver(asc_dvc);
5821 status = AdvInitAsc38C0800Driver(asc_dvc);
5823 status = AdvInitAsc3550Driver(asc_dvc);
5826 /* Translate initialization return value to status value. */
5827 if (status == 0) {
5828 status = ADV_TRUE;
5830 status = ADV_FALSE;
5852 return status;
5945 * 'done_status' contains the command's ending status.
6113 * Request finished with good status and the queue was not
6114 * DMAed to host memory by the firmware. Set all status fields
6115 * to indicate good status.
6696 * 'qdonep' contains the command's ending status.
6932 int status;
6988 while (((status =
6993 if ((status =
6997 } while (status == 0x11);
6999 if ((status & 0x80) != 0)
7024 int status;
7038 status = AscInitAsc1000Driver(asc_dvc);
7043 "0x%x, status: 0x%x\n", asc_dvc->err_code,
7044 status);
7046 } else if (status) {
7048 "0x%x\n", status);
7897 scsiq->q1.status = QS_FREE;
8462 * This function always returns 0. Command return status is saved
10532 int status;
10585 status = AdvInitFrom38C1600EEP(asc_dvc);
10587 status = AdvInitFrom38C0800EEP(asc_dvc);
10589 status = AdvInitFrom3550EEP(asc_dvc);
10591 warn_code |= status;