Searched refs:vhp (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | vnet_res.h | 121 vio_net_handle_t *vhp, vio_net_callbacks_t *vcb); 126 vio_net_handle_t *vhp, vio_net_callbacks_t *vcb); 135 void vio_net_resource_unreg(vio_net_handle_t vhp); 138 typedef void (*vio_net_resource_unreg_t)(vio_net_handle_t vhp);
|
H A D | vnet_gen.h | 402 vio_net_handle_t vhp; /* handle from vnet */ member
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vnet_rxdring.c | 684 vtx_update(ldcp->portp->vhp); in vgen_dringsend_shm() 919 vrx_cb(ldcp->portp->vhp, bp); in vgen_intr_rcv_shm() 934 vrx_cb(ldcp->portp->vhp, bp); in vgen_intr_rcv_shm() 1225 vtx_update(ldcp->portp->vhp); in vgen_handle_dringdata_ack_shm()
|
H A D | vnet.c | 1568 ether_addr_t local_macaddr, ether_addr_t rem_macaddr, vio_net_handle_t *vhp, in vio_net_resource_reg() argument 1610 *vhp = vresp; in vio_net_resource_reg() 1632 vio_net_resource_unreg(vio_net_handle_t vhp) in vio_net_resource_unreg() argument 1634 vnet_res_t *vresp = (vnet_res_t *)vhp; in vio_net_resource_unreg() 1637 DBG1(NULL, "Resource Registerig hdl=0x%p", vhp); in vio_net_resource_unreg()
|
H A D | vnet_gen.c | 1172 if (portp->vhp != NULL) { in vgen_port_detach() 1173 vio_net_resource_unreg(portp->vhp); in vgen_port_detach() 1174 portp->vhp = NULL; in vgen_port_detach() 2315 portp->macaddr, &portp->vhp, &portp->vcb); in vgen_port_attach() 3907 rep_err(portp->vhp, VIO_NET_RES_DOWN); in vgen_process_reset() 4204 vtx_update(ldcp->portp->vhp); in vgen_handshake() 5396 vrx_cb(ldcp->portp->vhp, mp); in vgen_handle_pkt_data() 5653 vtx_update(ldcp->portp->vhp); in vgen_tx_watchdog()
|
H A D | vnet_txdring.c | 1525 vrx_cb(ldcp->portp->vhp, bp); in vgen_rx() 1581 vtx_update(ldcp->portp->vhp); in vgen_reclaim_dring()
|