Lines Matching defs:IStatus
910 /* return IStatus if interrupt was from this card else 0 */
913 u8 IStatus = 0;
918 IStatus =
921 IStatus = inb(PTR2USHORT(&ha->plx->edoor_reg));
923 IStatus =
926 return IStatus;
2483 u8 IStatus;
2500 IStatus = gdth_get_status(ha);
2501 if (IStatus == 0) {
2514 if (IStatus & 0x80) { /* error flag */
2515 IStatus &= ~0x80;
2517 TRACE2(("gdth_interrupt() error %d/%d\n",IStatus,ha->status));
2528 if (IStatus & 0x80) { /* error flag */
2529 IStatus &= ~0x80;
2531 TRACE2(("gdth_interrupt() error %d/%d\n",IStatus,ha->status));
2542 if (IStatus & 0x80) { /* error flag */
2543 IStatus &= ~0x80;
2545 TRACE2(("gdth_interrupt() error %d/%d\n",IStatus,ha->status));
2554 if (IStatus == ASYNCINDEX) {
2577 IStatus,ha->status,ha->info));
2580 *pIndex = (int)IStatus;
2583 if (IStatus == ASYNCINDEX) {
2592 if (IStatus == SPEZINDEX) {
2601 scp = ha->cmd_tab[IStatus-2].cmnd;
2602 Service = ha->cmd_tab[IStatus-2].service;
2603 ha->cmd_tab[IStatus-2].cmnd = UNUSED_CMND;
2605 TRACE2(("gdth_interrupt() index to unused command (%d)\n",IStatus));
2608 ha->dvr.eu.driver.index = IStatus;
2622 rval = gdth_sync_event(ha,Service,IStatus,scp);