Searched refs:is_sm_val (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mlx_sim.c | 413 void osm_vendor_set_sm(IN osm_bind_handle_t h_bind, IN boolean_t is_sm_val) in osm_vendor_set_sm() argument 423 if (is_sm_val) in osm_vendor_set_sm() 436 is_sm_val); in osm_vendor_set_sm()
|
H A D | osm_vendor_mlx_ts.c | 478 void osm_vendor_set_sm(IN osm_bind_handle_t h_bind, IN boolean_t is_sm_val) in osm_vendor_set_sm() argument 493 set_port_data.port_info.is_sm = is_sm_val; in osm_vendor_set_sm() 499 is_sm_val, ts_ioctl_ret); in osm_vendor_set_sm()
|
H A D | osm_vendor_mlx_anafa.c | 586 void osm_vendor_set_sm(IN osm_bind_handle_t h_bind, IN boolean_t is_sm_val) in osm_vendor_set_sm() argument 598 port_info.port_info.is_sm = is_sm_val; in osm_vendor_set_sm() 607 is_sm_val, ioctl_ret, errno); in osm_vendor_set_sm()
|
H A D | osm_vendor_mlx.c | 584 void osm_vendor_set_sm(IN osm_bind_handle_t h_bind, IN boolean_t is_sm_val) in osm_vendor_set_sm() argument 597 attr_mod.is_sm = is_sm_val; in osm_vendor_set_sm() 607 is_sm_val, status); in osm_vendor_set_sm()
|
H A D | osm_vendor_ts.c | 865 void osm_vendor_set_sm(IN osm_bind_handle_t h_bind, IN boolean_t is_sm_val) in osm_vendor_set_sm() argument 878 attr_mod.is_sm = is_sm_val; in osm_vendor_set_sm() 888 is_sm_val, status); in osm_vendor_set_sm()
|
H A D | osm_vendor_mtl.c | 1064 void osm_vendor_set_sm(IN osm_bind_handle_t h_bind, IN boolean_t is_sm_val) in osm_vendor_set_sm() argument 1077 attr_mod.is_sm = is_sm_val; in osm_vendor_set_sm() 1087 is_sm_val, status); in osm_vendor_set_sm()
|
H A D | osm_vendor_al.c | 1239 void osm_vendor_set_sm(IN osm_bind_handle_t h_bind, IN boolean_t is_sm_val) in osm_vendor_set_sm() argument 1250 attr_mod.cap.sm = is_sm_val; in osm_vendor_set_sm() 1259 is_sm_val, ib_get_err_str(status)); in osm_vendor_set_sm()
|
H A D | osm_vendor_ibumad.c | 1236 void osm_vendor_set_sm(IN osm_bind_handle_t h_bind, IN boolean_t is_sm_val) in osm_vendor_set_sm() argument 1242 if (TRUE == is_sm_val) { in osm_vendor_set_sm()
|
/freebsd/contrib/ofed/opensm/include/vendor/ |
H A D | osm_vendor_api.h | 442 void osm_vendor_set_sm(IN osm_bind_handle_t h_bind, IN boolean_t is_sm_val);
|