Searched refs:rendevous (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/etherswitch/
H A Dmiiproxy.c68 * The rendevous data structures and functions allow two device endpoints to
71 * wants to associate with, for example through a hint. The rendevous code
121 * Create an entry for the proxy in the rendevous list. The name parameter
123 * rendevous. The callback will be invoked as soon as the target is
154 * Create an entry in the rendevous list for the target.
240 miiproxy_rendevous_callback(enum rendevous_op op, struct rendevous_entry *rendevous) argument
242 struct miiproxy_softc *sc = device_get_softc(rendevous->proxy.device);
246 sc->mdio = device_get_parent(rendevous->target.device);
269 * the relevant parameters for rendevous with the MDIO target.
328 mdioproxy_rendevous_callback(enum rendevous_op op, struct rendevous_entry *rendevous) argument
[all...]

Completed in 62 milliseconds