Searched refs:h_nslot (Results 1 – 2 of 2) sorted by relevance
64 h->h_nslot = nslot; in sda_host_alloc()86 for (int i = 0; i < h->h_nslot; i++) { in sda_host_free()90 kmem_free(h->h_slots, sizeof (sda_slot_t) * h->h_nslot); in sda_host_free()106 for (int i = 0; i < h->h_nslot; i++) { in sda_host_attach()125 for (int i = 0; i < h->h_nslot; i++) { in sda_host_detach()133 for (int i = 0; i < h->h_nslot; i++) { in sda_host_suspend()141 for (int i = 0; i < h->h_nslot; i++) { in sda_host_resume()
165 int h_nslot; member