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

/freebsd-11.0-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mtl_transaction_mgr.h262 OUT osm_madw_t ** req_madw_p);
271 * req_madw_p
/freebsd-11.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mtl_transaction_mgr.c498 OUT osm_madw_t ** req_madw_p)
508 *req_madw_p = NULL;
535 *req_madw_p = osm_madw_req_p->p_madw;
541 "Got MADW:%p.\n", *req_madw_p);
496 osm_transaction_mgr_get_madw_for_tid(IN osm_vendor_t * const p_vend, IN ib_mad_t * const p_mad, OUT osm_madw_t ** req_madw_p) argument
H A Dosm_vendor_mtl.c386 osm_madw_t *req_madw_p = NULL; local
401 &req_madw_p);
407 req_madw_p = NULL;
410 if (req_madw_p == NULL) {
423 if (req_madw_p == NULL) {
460 CL_ASSERT(req_madw_p->vend_wrap.p_resp_madw != 0);
461 madw_p = req_madw_p->vend_wrap.p_resp_madw;
504 req_madw_p);

Completed in 45 milliseconds