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

/freebsd-12-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl_transaction_mgr.c72 cl_list_t tmp_madw_p_list; /* this list will include all the madw_p that should be removed. */
73 cl_list_t retry_madw_p_list; /* this list will include all the madw_p that were retried and need to be removed. */
74 osm_madw_t *madw_p; local
235 madw_p = (osm_madw_t *) (cl_list_remove_head(&tmp_madw_p_list));
236 while (madw_p != NULL) {
239 /* obtain the madw_p stored as the wrid in the send call */
240 p_mad = osm_madw_get_mad_ptr(madw_p);
241 p_bind = madw_p->h_bind;
246 if (madw_p->vend_wrap.p_resp_madw) {
249 madw_p
259 (p_bind->send_err_callback)) (p_bind->client_context, madw_p); local
[all...]
H A Dosm_vendor_mtl.c57 the send_callback is called - we will save both the madw_p and the fact
59 not fail, and then the madw_p will be put back in the pool before the callback.
384 osm_madw_t *madw_p; local
443 madw_p = osm_mad_pool_get(bind_info_p->p_osm_pool,
446 if (madw_p == NULL) {
453 mad_buf_p = (void *)madw_p->p_mad;
458 madw_p = req_madw_p->vend_wrap.p_resp_madw;
461 CL_ASSERT(madw_p->h_bind);
463 osm_vendor_get(madw_p->h_bind, MAD_BLOCK_SIZE,
464 &madw_p
516 osm_madw_t *madw_p; local
[all...]
H A Dosm_vendor_ts.c51 the send_callback is called - we will save both the madw_p and the fact
53 not fail, and then the madw_p will be put back in the pool before the
376 IN osm_madw_t * madw_p, IN IB_comp_status_t status)
385 "Handling Send of MADW:%p Is Resp:%d.\n", madw_p, is_resp);
392 "Error Sending Response MADW:%p.\n", madw_p);
397 madw_p);
401 osm_mad_pool_put(bind_info_p->p_osm_pool, madw_p);
412 p_vw = osm_madw_get_vend_ptr(madw_p);
428 (bind_info_p->client_context, madw_p);
434 "Completed Sending Request MADW:%p.\n", madw_p);
374 __osm_ts_send_callback(IN osm_ts_bind_info_t * bind_info_p, IN boolean_t is_resp, IN osm_madw_t * madw_p, IN IB_comp_status_t status) argument
[all...]

Completed in 126 milliseconds