Home
last modified time | relevance | path

Searched refs:error_threshold (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_link_mgr.c333 if (p_pi->error_threshold != p_old_pi->error_threshold) in link_mgr_set_physp_pi()
H A Dosm_lid_mgr.c977 if (p_pi->error_threshold != p_old_pi->error_threshold) in lid_mgr_set_physp_pi()
H A Dosm_helper.c916 p_pi->error_threshold, cl_ntoh16(p_pi->max_credit_hint), in osm_dump_port_info_to_buf()
1113 p_pi->error_threshold, cl_ntoh16(p_pi->max_credit_hint), in osm_dump_portinfo_record_to_buf()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h4638 uint8_t error_threshold; /* local phy errors(4b), overrun errors(4b) */ member
6261 return (uint8_t) ((p_pi->error_threshold & 0xF0) >> 4); in ib_port_info_get_local_phy_err_thd()
6289 return (uint8_t) (p_pi->error_threshold & 0x0F); in ib_port_info_get_overrun_err_thd()
6319 p_pi->error_threshold = in ib_port_info_set_phy_and_overrun_err_thd()