Lines Matching refs:async
3628 ha->dvr.eu.async.ionode = ha->hanum; in gdth_async_event()
3629 ha->dvr.eu.async.status = ha->status; in gdth_async_event()
3632 ha->dvr.size = sizeof(ha->dvr.eu.async); in gdth_async_event()
3633 ha->dvr.eu.async.ionode = ha->hanum; in gdth_async_event()
3634 ha->dvr.eu.async.service = ha->service; in gdth_async_event()
3635 ha->dvr.eu.async.status = ha->status; in gdth_async_event()
3636 ha->dvr.eu.async.info = ha->info; in gdth_async_event()
3637 *(u32 *)ha->dvr.eu.async.scsi_coord = ha->info2; in gdth_async_event()
3661 printk("Adapter %d: %s\n",dvr->eu.async.ionode,dvr->event_string); in gdth_log_event()
3664 dvr->eu.async.ionode,dvr->event_string); in gdth_log_event()
3666 } else if (dvr->eu.async.service == CACHESERVICE && in gdth_log_event()
3667 INDEX_OK(dvr->eu.async.status, async_cache_tab)) { in gdth_log_event()
3669 dvr->eu.async.status)); in gdth_log_event()
3671 f = async_cache_tab[dvr->eu.async.status]; 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()
4077 evt.event.event_data.size=sizeof(evt.event.event_data.eu.async); in ioc_event()