Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/io/
H A Dvsw_hio.c98 static vsw_share_t *vsw_hio_alloc_share(vsw_t *vswp, vsw_ldc_t *ldcp);
99 static void vsw_hio_free_share(vsw_share_t *vsharep);
100 static vsw_share_t *vsw_hio_find_free_share(vsw_t *vswp);
101 static vsw_share_t *vsw_hio_find_vshare_ldcid(vsw_t *vswp, uint64_t ldc_id);
102 static vsw_share_t *vsw_hio_find_vshare_port(vsw_t *vswp, vsw_port_t *portp);
106 static int vsw_hio_send_delshare_msg(vsw_share_t *vsharep);
155 hiop->vh_shares = kmem_zalloc((sizeof (vsw_share_t) * in vsw_hio_init()
190 static vsw_share_t *
193 vsw_share_t *vsharep; in vsw_hio_alloc_share()
226 static vsw_share_t *
[all …]
/titanic_50/usr/src/uts/sun4v/sys/
H A Dvsw_hio.h58 } vsw_share_t; typedef
68 vsw_share_t *vh_shares; /* Array of Shares */