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

/barrelfish-master/include/xeon_phi/
H A Dxeon_phi_manager_client.h28 * \param irefs returns array of irefs to the other cards
40 iref_t **irefs);
/barrelfish-master/usr/drivers/xeon_phi/
H A Dservice.h32 * \param irefs the irefs of the other cards
33 * \param num the number of irefs in the array
36 iref_t *irefs,
H A Dmod_knc.c203 iref_t *irefs;
204 err = xeon_phi_manager_client_register(xphi.iref, &xphi.id, &num, &irefs);
215 err = service_register(&xphi, irefs, num);
H A Dservice.c422 * \param irefs the irefs of the other cards
423 * \param num the number of irefs in the array
426 iref_t *irefs,
445 xnode->iref = irefs[i];
425 service_register(struct xeon_phi *phi, iref_t *irefs, uint8_t num) argument
/barrelfish-master/usr/device_managers/xeon_phi/
H A Dservice.c57 xeon_phi_manager_cards_t irefs; member in struct:reg_data
79 DEBUG_SVC("Registration response: id=%u, #irefs=%u\n", rd->id, rd->irefs.num);
86 rd->irefs,
118 reply->err = cm_get_irefs(&reply->irefs.card0, &reply->irefs.num);
/barrelfish-master/lib/xeon_phi/
H A Dxeon_phi_manager_client.c69 xeon_phi_manager_cards_t irefs; ///< irefs to the other Xeon Phi drivers member in struct:xpm_register_data
163 * \param irefs returns array of irefs to the other cards
175 iref_t **irefs)
215 *irefs = cardiref;
172 xeon_phi_manager_client_register(iref_t svc_iref, uint8_t *id, uint8_t *num, iref_t **irefs) argument
/barrelfish-master/doc/011-idc/
H A DIDC.tex867 The monitors are responsible for allocating interface references, or irefs,
868 tracking the association of irefs to the dispatcher implementing that service,

Completed in 112 milliseconds