Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw_hio.c75 #define VSW_DDS_NEXT_REQID(vsharep) (++vsharep->vs_req_id) argument
99 static void vsw_hio_free_share(vsw_share_t *vsharep);
106 static int vsw_hio_send_delshare_msg(vsw_share_t *vsharep);
193 vsw_share_t *vsharep; in vsw_hio_alloc_share() local
199 vsharep = vsw_hio_find_free_share(vswp); in vsw_hio_alloc_share()
200 if (vsharep == NULL) { in vsw_hio_alloc_share()
206 rv = mac_share_bind(portp->p_mch, ldc_id, &vsharep->vs_cookie); in vsw_hio_alloc_share()
213 vsharep->vs_ldcid = ldcp->ldc_id; in vsw_hio_alloc_share()
214 vsharep->vs_macaddr = vnet_macaddr_strtoul( in vsw_hio_alloc_share()
216 vsharep->vs_portp = ldcp->ldc_port; in vsw_hio_alloc_share()
[all …]