Lines Matching defs:rendezvous
65 * The rendezvous data structures and functions allow two device endpoints to
68 * wants to associate with, for example through a hint. The rendezvous code
118 * Create an entry for the proxy in the rendezvous list. The name parameter
120 * rendezvous. The callback will be invoked as soon as the target is
151 * Create an entry in the rendezvous list for the target.
237 miiproxy_rendezvous_callback(enum rendezvous_op op, struct rendezvous_entry *rendezvous)
239 struct miiproxy_softc *sc = device_get_softc(rendezvous->proxy.device);
243 sc->mdio = device_get_parent(rendezvous->target.device);
266 * the relevant parameters for rendezvous with the MDIO target.
326 mdioproxy_rendezvous_callback(enum rendezvous_op op, struct rendezvous_entry *rendezvous)