Searched refs:vsharep (Results 1 – 1 of 1) sorted by relevance
75 #define VSW_DDS_NEXT_REQID(vsharep) (++vsharep->vs_req_id) argument99 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() local199 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 …]