Searched refs:h_disp (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sa_mad_ctrl.c | 100 cl_disp_reg_handle_t h_disp; in sa_mad_ctrl_process() local 122 h_disp = p_ctrl->h_set_disp; in sa_mad_ctrl_process() 126 h_disp = p_ctrl->h_disp; in sa_mad_ctrl_process() 127 cl_disp_get_queue_status(h_disp, &num_messages, in sa_mad_ctrl_process() 247 status = cl_disp_post(h_disp, msg_id, p_madw, in sa_mad_ctrl_process() 465 status = cl_disp_post(p_ctrl->h_disp, in sa_mad_ctrl_send_err_callback() 495 p_ctrl->h_disp = CL_DISP_INVALID_HANDLE; in osm_sa_mad_ctrl_construct() 502 cl_disp_unregister(p_ctrl->h_disp); in osm_sa_mad_ctrl_destroy() 531 p_ctrl->h_disp = cl_disp_register(p_disp, CL_DISP_MSGID_NONE, NULL, in osm_sa_mad_ctrl_init() 534 if (p_ctrl->h_disp == CL_DISP_INVALID_HANDLE) { in osm_sa_mad_ctrl_init()
|
H A D | osm_sm_mad_ctrl.c | 281 status = cl_disp_post(p_ctrl->h_disp, msg_id, p_madw, in sm_mad_ctrl_process_get_resp() 341 status = cl_disp_post(p_ctrl->h_disp, msg_id, p_madw, in sm_mad_ctrl_process_get() 412 status = cl_disp_post(p_ctrl->h_disp, msg_id, p_madw, in sm_mad_ctrl_process_set() 492 status = cl_disp_post(p_ctrl->h_disp, msg_id, p_madw, in sm_mad_ctrl_process_trap() 799 status = cl_disp_post(p_ctrl->h_disp, in sm_mad_ctrl_send_err_cb() 829 p_ctrl->h_disp = CL_DISP_INVALID_HANDLE; in osm_sm_mad_ctrl_construct() 838 cl_disp_unregister(p_ctrl->h_disp); in osm_sm_mad_ctrl_destroy() 866 p_ctrl->h_disp = cl_disp_register(p_disp, CL_DISP_MSGID_NONE, NULL, in osm_sm_mad_ctrl_init() 869 if (p_ctrl->h_disp == CL_DISP_INVALID_HANDLE) { in osm_sm_mad_ctrl_init()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_sm_mad_ctrl.h | 104 cl_disp_reg_handle_t h_disp; member
|
H A D | osm_sa_mad_ctrl.h | 102 cl_disp_reg_handle_t h_disp; member
|