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

/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_umadt.c504 trans_context_t *p_trans_context; local
560 p_trans_context = malloc(sizeof(trans_context_t));
561 CL_ASSERT(p_trans_context);
563 memset(p_trans_context, 0, sizeof(trans_context_t));
564 p_trans_context->trans_id = p_mad->trans_id;
565 p_trans_context->context = transaction_context;
566 p_trans_context->sent_time = cl_get_time_stamp();
570 &p_trans_context->list_item);

Completed in 54 milliseconds