Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_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()
993 ((trans_context_t *) p_list_item)->context; in __mad_recv_processor()
1019 if (((trans_context_t *) p_list_item)->trans_id == in __match_tid_context()
1067 if (current_time - ((trans_context_t *) p_list_item)->sent_time in __osm_vendor_timer_callback()
1086 ((trans_context_t *) p_list_item)->context); in __osm_vendor_timer_callback()
1091 ((trans_context_t *) in __osm_vendor_timer_callback()
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_umadt.h107 } trans_context_t; typedef