Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/sys/
H A Dvnet.h279 void *vgenhdl; /* Handle for vgen */ member
/titanic_50/usr/src/uts/sun4v/io/
H A Dvnet.c156 const uint8_t *macaddr, void **vgenhdl);
504 (uint8_t *)vnetp->curr_macaddr, &vnetp->vgenhdl); in vnetattach()
518 status = vgen_init_mdeg(vnetp->vgenhdl); in vnetattach()
618 vgen_uninit(vnetp->vgenhdl); in vnet_unattach()
1709 if (vnetp->vgenhdl != NULL) { in vnet_send_dds_msg()
1710 rv = vgen_dds_tx(vnetp->vgenhdl, dmsg); in vnet_send_dds_msg()
H A Dvnet_gen.c72 const uint8_t *macaddr, void **vgenhdl);
494 const uint8_t *macaddr, void **vgenhdl) in vgen_init() argument
539 *vgenhdl = (void *)vgenp; in vgen_init()