• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching defs:service

48  * reserve_mode:0               reserve no drives for the raw 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,
1332 ha->cmd_tab[i].service = ha->pccb->Service;
1385 /* set offset and service, copy command to DPMEM */
1480 static int gdth_internal_cmd(gdth_ha_str *ha, u8 service, u16 opcode,
1486 TRACE2(("gdth_internal_cmd() service %d opcode %d\n",service,opcode));
1493 cmd_ptr->Service = service;
1502 if (service == CACHESERVICE) {
1517 } else if (service == SCSIRAWSERVICE) {
1529 } else if (service == SCREENSERVICE) {
1543 printk("GDT: Initialization error (timeout service %d)\n",service);
1581 /* initialize controller services, at first: screen service */
1591 printk("GDT-HA %d: Initialization error screen service (code %d)\n",
1623 /* initialize cache service */
1634 printk("GDT-HA %d: Initialization error cache service (code %d)\n",
1640 ha->fw_vers = ha->service;
1716 printk("GDT-HA %d: Initialization error cache service (code %d)\n",
1835 /* initialize raw service */
1845 printk("GDT-HA %d: Initialization error raw service (code %d)\n",
1851 /* set/get features raw service (scatter/gather) */
1862 /* set/get features cache service (equal to raw service) */
1873 /* reserve drives for raw service */
1889 printk("GDT-HA %d: Error raw service (RESERVE, code %d)\n",
2246 printk("GDT-HA %d: Unknown SCSI command 0x%x to cache service !\n",
3034 ha->service = inw(ha->bmic + MAILBOXREG+10);
3048 ha->service = readw(&dp2_ptr->u.ic.Service);
3063 ha->service = readw(&dp6_ptr->u.ic.Service);
3077 ha->service = inw(PTR2USHORT(&ha->plx->service));
3100 ha->service = (pcs->ext_status >> 16) & 0xffff;
3105 ha->service = readw(&dp6m_ptr->i960r.service);
3110 if (ha->service != SCREENSERVICE &&
3164 Service = ha->cmd_tab[IStatus-2].service;
3229 static int gdth_sync_event(gdth_ha_str *ha, int service, u8 index,
3239 service,ha->status));
3241 if (service == SCREENSERVICE) {
3315 /* cache or raw service */
3393 } else if (service == CACHESERVICE) {
3411 ha->dvr.eu.sync.service = service;
3418 gdth_store_event(ha, ES_SYNC, service, &ha->dvr);
3440 "GDT HA %u, service %u, async. status %u/%lu unknown",
3442 "GDT HA %u, service %u, async. status %u/%lu unknown",
3601 ha->hanum, ha->service));
3603 if (ha->service == SCREENSERVICE) {
3641 ha->dvr.eu.async.service = ha->service;
3646 gdth_store_event( ha, ES_ASYNC, ha->service, &ha->dvr );
3650 if (ha->service == CACHESERVICE && ha->status == 56) {
3673 } else if (dvr->eu.async.service == CACHESERVICE &&
3675 TRACE2(("GDT: Async. event cache service, event no.: %d\n",
3706 printk("GDT HA %u, Unknown async. event service %d event no. %d\n",
3707 dvr->eu.async.ionode,dvr->eu.async.service,dvr->eu.async.status);
3709 sprintf(buffer,"GDT HA %u, Unknown async. event service %d event no. %d",
3710 dvr->eu.async.ionode,dvr->eu.async.service,dvr->eu.async.status);
4367 /* old method: re-init. cache service */