Searched refs:sh_host (Results 1 – 1 of 1) sorted by relevance
110 sda_host_t *sh_host; member369 shp->sh_host = sda_host_alloc(dip, shp->sh_numslots, &sdhost_ops, in sdhost_attach()371 if (shp->sh_host == NULL) { in sdhost_attach()406 if (sda_host_attach(shp->sh_host) != DDI_SUCCESS) { in sdhost_attach()425 if (shp->sh_host != NULL) in sdhost_attach()426 sda_host_free(shp->sh_host); in sdhost_attach()454 sda_host_detach(shp->sh_host); in sdhost_detach()474 sda_host_free(shp->sh_host); in sdhost_detach()508 sda_host_suspend(shp->sh_host); in sdhost_suspend()539 sda_host_resume(shp->sh_host); in sdhost_resume()[all …]