Home
last modified time | relevance | path

Searched refs:trans_context_t (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/ofed/management/opensm/libvendor/
HDosm_vendor_umadt.c504 trans_context_t *p_trans_context; in osm_vendor_send()
560 p_trans_context = malloc(sizeof(trans_context_t)); in osm_vendor_send()
563 memset(p_trans_context, 0, sizeof(trans_context_t)); in osm_vendor_send()
997 ((trans_context_t *) p_list_item)->context; in __mad_recv_processor()
1026 if (((trans_context_t *) p_list_item)->trans_id == in __match_tid_context()
1077 if (current_time - ((trans_context_t *) p_list_item)->sent_time in __osm_vendor_timer_callback()
1096 ((trans_context_t *) p_list_item)->context); in __osm_vendor_timer_callback()
1101 ((trans_context_t *) in __osm_vendor_timer_callback()
/trueos/contrib/ofed/management/opensm/include/vendor/
HDosm_umadt.h107 } trans_context_t; typedef