Searched defs:_mad_bind_info_t (Results 1 – 1 of 1) sorted by relevance
85 typedef struct _mad_bind_info_t { struct86 cl_list_item_t list_item;87 umadt_obj_t *p_umadt_obj;88 osm_mad_pool_t *p_mad_pool;89 osm_vend_mad_recv_callback_t mad_recv_callback;90 void *client_context;91 cl_thread_t recv_processor_thread;92 cl_spinlock_t trans_ctxt_lock;93 cl_qlist_t trans_ctxt_list;94 cl_timer_t timeout_timer;[all …]