Home
last modified time | relevance | path

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

/freebsd/sys/xen/xenbus/
H A Dxenbus_if.m39 * \brief Callback triggered when the state of the otherend
42 * \param _dev NewBus device_t for this XenBus device whose otherend's
44 * \param _newstate The new state of the otherend device.
55 * \param _dev NewBus device_t for this XenBus device whose otherend's
/freebsd/sys/dev/xen/netback/
H A Dnetback.c151 static int xnb_send(netif_rx_back_ring_t *rxb, domid_t otherend,
153 static int xnb_recv(netif_tx_back_ring_t *txb, domid_t otherend,
1805 xnb_recv(netif_tx_back_ring_t *txb, domid_t otherend, struct mbuf **mbufc, in xnb_recv() argument
1849 nr_ents = xnb_txpkt2gnttab(&pkt, *mbufc, gnttab, txb, otherend); in xnb_recv()
2390 xnb_send(netif_rx_back_ring_t *ring, domid_t otherend, const struct mbuf *mbufc, in xnb_send() argument
2401 n_entries = xnb_rxpkt2gnttab(&pkt, mbufc, gnttab, ring, otherend); in xnb_send()