Lines Matching refs:service

148 static int gdth_sync_event(gdth_ha_str *ha, int service, u8 index,
174 static int gdth_internal_cmd(gdth_ha_str *ha, u8 service, u16 opcode,
1325 ha->cmd_tab[i].service = ha->pccb->Service; in gdth_get_cmd_index()
1473 static int gdth_internal_cmd(gdth_ha_str *ha, u8 service, u16 opcode, in gdth_internal_cmd() argument
1479 TRACE2(("gdth_internal_cmd() service %d opcode %d\n",service,opcode)); in gdth_internal_cmd()
1486 cmd_ptr->Service = service; in gdth_internal_cmd()
1495 if (service == CACHESERVICE) { in gdth_internal_cmd()
1510 } else if (service == SCSIRAWSERVICE) { in gdth_internal_cmd()
1522 } else if (service == SCREENSERVICE) { in gdth_internal_cmd()
1536 printk("GDT: Initialization error (timeout service %d)\n",service); in gdth_internal_cmd()
1633 ha->fw_vers = ha->service; in gdth_search_drives()
3027 ha->service = inw(ha->bmic + MAILBOXREG+10); in __gdth_interrupt()
3041 ha->service = readw(&dp2_ptr->u.ic.Service); in __gdth_interrupt()
3056 ha->service = readw(&dp6_ptr->u.ic.Service); in __gdth_interrupt()
3070 ha->service = inw(PTR2USHORT(&ha->plx->service)); in __gdth_interrupt()
3093 ha->service = (pcs->ext_status >> 16) & 0xffff; in __gdth_interrupt()
3098 ha->service = readw(&dp6m_ptr->i960r.service); in __gdth_interrupt()
3103 if (ha->service != SCREENSERVICE && in __gdth_interrupt()
3157 Service = ha->cmd_tab[IStatus-2].service; in __gdth_interrupt()
3222 static int gdth_sync_event(gdth_ha_str *ha, int service, u8 index, in gdth_sync_event() argument
3232 service,ha->status)); in gdth_sync_event()
3234 if (service == SCREENSERVICE) { in gdth_sync_event()
3386 } else if (service == CACHESERVICE) { in gdth_sync_event()
3404 ha->dvr.eu.sync.service = service; in gdth_sync_event()
3411 gdth_store_event(ha, ES_SYNC, service, &ha->dvr); in gdth_sync_event()
3594 ha->hanum, ha->service)); in gdth_async_event()
3596 if (ha->service == SCREENSERVICE) { in gdth_async_event()
3634 ha->dvr.eu.async.service = ha->service; in gdth_async_event()
3639 gdth_store_event( ha, ES_ASYNC, ha->service, &ha->dvr ); in gdth_async_event()
3643 if (ha->service == CACHESERVICE && ha->status == 56) { in gdth_async_event()
3666 } else if (dvr->eu.async.service == CACHESERVICE && in gdth_log_event()
3700 dvr->eu.async.ionode,dvr->eu.async.service,dvr->eu.async.status); in gdth_log_event()
3703 dvr->eu.async.ionode,dvr->eu.async.service,dvr->eu.async.status); in gdth_log_event()