Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw_hio.c155 hiop->vh_shares = kmem_zalloc((sizeof (vsw_share_t) * in vsw_hio_init()
158 hiop->vh_shares[i].vs_state = VSW_SHARE_FREE; in vsw_hio_init()
159 hiop->vh_shares[i].vs_index = i; in vsw_hio_init()
160 hiop->vh_shares[i].vs_vswp = vswp; in vsw_hio_init()
235 vsharep = &hiop->vh_shares[i]; in vsw_hio_find_free_share()
259 vsharep = &hiop->vh_shares[i]; in vsw_hio_find_vshare_ldcid()
286 vsharep = &hiop->vh_shares[i]; in vsw_hio_find_vshare_port()
390 vsharep = &hiop->vh_shares[i]; in vsw_hio_free_all_shares()
454 kmem_free(hiop->vh_shares, sizeof (vsw_share_t) * hiop->vh_num_shares); in vsw_hio_free_all_shares()
455 hiop->vh_shares = NULL; in vsw_hio_free_all_shares()
[all …]
/titanic_41/usr/src/uts/sun4v/sys/
H A Dvsw_hio.h68 vsw_share_t *vh_shares; /* Array of Shares */ member