Searched defs:p_sm (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sm.c | 97 osm_sm_t * p_sm = p_ptr; in sm_sweeper() local 156 void osm_sm_construct(IN osm_sm_t * p_sm) in osm_sm_construct() 173 void osm_sm_shutdown(IN osm_sm_t * p_sm) in osm_sm_shutdown() 222 void osm_sm_destroy(IN osm_sm_t * p_sm) in osm_sm_destroy() 240 ib_api_status_t osm_sm_init(IN osm_sm_t * p_sm, IN osm_subn_t * p_subn, in osm_sm_init() 409 void osm_sm_signal(osm_sm_t * p_sm, osm_signal_t signal) in osm_sm_signal() 417 void osm_sm_sweep(IN osm_sm_t * p_sm) in osm_sm_sweep() 424 ib_api_status_t osm_sm_bind(IN osm_sm_t * p_sm, IN ib_net64_t port_guid) in osm_sm_bind()
|
H A D | osm_remote_sm.c | 52 void osm_remote_sm_construct(IN osm_remote_sm_t * p_sm) in osm_remote_sm_construct() 57 void osm_remote_sm_destroy(IN osm_remote_sm_t * p_sm) in osm_remote_sm_destroy() 62 void osm_remote_sm_init(IN osm_remote_sm_t * p_sm, in osm_remote_sm_init()
|
H A D | osm_congestion_control.c | 125 static void cc_setup_mad_data(osm_sm_t * p_sm) in cc_setup_mad_data() 217 static ib_api_status_t cc_send_sw_cong_setting(osm_sm_t * p_sm, in cc_send_sw_cong_setting() 263 static ib_api_status_t cc_send_ca_cong_setting(osm_sm_t * p_sm, in cc_send_ca_cong_setting() 307 static ib_api_status_t cc_send_cct(osm_sm_t * p_sm, in cc_send_cct()
|
H A D | osm_sminfo_rcv.c | 273 IN const osm_remote_sm_t * p_sm, in smi_rcv_process_get_sm() 423 osm_remote_sm_t *p_sm; in smi_rcv_process_get_response() local
|
H A D | osm_state_mgr.c | 873 osm_remote_sm_t *p_sm; in state_mgr_exists_other_master_sm() local 911 osm_remote_sm_t *p_sm = NULL; in state_mgr_get_highest_sm() local 963 static void state_mgr_send_handover(IN osm_sm_t * sm, IN osm_remote_sm_t * p_sm) in state_mgr_send_handover()
|
H A D | osm_drop_mgr.c | 171 osm_remote_sm_t *p_sm; in drop_mgr_remove_port() local
|
H A D | osm_port_info_rcv.c | 92 osm_remote_sm_t *p_sm; in pi_rcv_process_endport() local
|
H A D | osm_port.c | 676 IN const struct osm_sm * p_sm) in osm_physp_set_port_info()
|
H A D | osm_sa.c | 159 ib_api_status_t osm_sa_init(IN osm_sm_t * p_sm, IN osm_sa_t * p_sa, in osm_sa_init()
|
H A D | osm_subnet.c | 263 osm_sm_t *p_sm = &p_subn->p_osm->sm; in opts_setup_sminfo_polling_timeout() local 272 osm_sm_t *p_sm = &p_subn->p_osm->sm; in opts_setup_sm_priority() local
|
H A D | osm_ucast_dfsssp.c | 1708 static int update_mcft(osm_sm_t * p_sm, vertex_t * adj_list, in update_mcft()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_sm.h | 647 static inline cl_status_t osm_sm_wait_for_subnet_up(IN osm_sm_t * p_sm, in osm_sm_wait_for_subnet_up()
|