Home
last modified time | relevance | path

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

/NextBSD/sys/xen/xenbus/
HDxenbus_if.m40 * \brief Callback triggered when the state of the otherend
43 * \param _dev NewBus device_t for this XenBus device whose otherend's
45 * \param _newstate The new state of the otherend device.
56 * \param _dev NewBus device_t for this XenBus device whose otherend's
/NextBSD/sys/dev/xen/netback/
HDnetback.c155 static int xnb_send(netif_rx_back_ring_t *rxb, domid_t otherend,
157 static int xnb_recv(netif_tx_back_ring_t *txb, domid_t otherend,
1819 xnb_recv(netif_tx_back_ring_t *txb, domid_t otherend, struct mbuf **mbufc, in xnb_recv() argument
1863 nr_ents = xnb_txpkt2gnttab(&pkt, *mbufc, gnttab, txb, otherend); in xnb_recv()
2403 xnb_send(netif_rx_back_ring_t *ring, domid_t otherend, const struct mbuf *mbufc, in xnb_send() argument
2414 n_entries = xnb_rxpkt2gnttab(&pkt, mbufc, gnttab, ring, otherend); in xnb_send()
/NextBSD/sys/dev/xen/pcifront/
HDpcifront.c458 err = xenbus_scanf(NULL, pdev->xdev->otherend, in xpcife_attach()
478 err = xenbus_scanf(NULL, pdev->xdev->otherend, str, in xpcife_attach()