Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.c107 int sh_numslots; member
333 shp->sh_numslots = SLOTINFO_NSLOT(slotinfo); in sdhost_attach()
335 if (shp->sh_numslots > SDHOST_MAXSLOTS) { in sdhost_attach()
337 shp->sh_numslots); in sdhost_attach()
380 for (i = 0; i < shp->sh_numslots; i++) { in sdhost_attach()
423 for (i = 0; i < shp->sh_numslots; i++) in sdhost_attach()
472 for (i = 0; i < shp->sh_numslots; i++) in sdhost_detach()
489 for (int i = 0; i < shp->sh_numslots; i++) { in sdhost_quiesce()
510 for (i = 0; i < shp->sh_numslots; i++) { in sdhost_suspend()
530 for (i = 0; i < shp->sh_numslots; i++) { in sdhost_resume()
[all …]