Home
last modified time | relevance | path

Searched refs:h_slots (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/sdcard/impl/
H A Dsda_host.c65 h->h_slots = kmem_zalloc(sizeof (sda_slot_t) * nslot, KM_SLEEP); in sda_host_alloc()
71 sda_slot_t *slot = &h->h_slots[i]; in sda_host_alloc()
87 sda_slot_fini(&h->h_slots[i]); in sda_host_free()
90 kmem_free(h->h_slots, sizeof (sda_slot_t) * h->h_nslot); in sda_host_free()
97 h->h_slots[num].s_prv = private; in sda_host_set_private()
108 sda_slot_attach(&h->h_slots[i]); in sda_host_attach()
126 sda_slot_detach(&h->h_slots[i]); in sda_host_detach()
134 sda_slot_suspend(&h->h_slots[i]); in sda_host_suspend()
142 sda_slot_resume(&h->h_slots[i]); in sda_host_resume()
149 sda_slot_transfer(&h->h_slots[num], errno); in sda_host_transfer()
[all …]
/titanic_41/usr/src/uts/common/sys/sdcard/
H A Dsda_impl.h166 sda_slot_t *h_slots; member