Home
last modified time | relevance | path

Searched refs:IB_LINK_ACTIVE (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_link_mgr.c442 if (port_state == IB_LINK_ACTIVE) in link_mgr_set_physp_pi()
H A Dosm_drop_mgr.c104 IB_LINK_ACTIVE) { in drop_mgr_clean_physp()
H A Dosm_state_mgr.c474 state = IB_LINK_ACTIVE; /* base SP0 */ in state_mgr_is_sm_port_down()
1641 osm_link_mgr_process(sm, IB_LINK_ACTIVE); in do_sweep()
H A Dosm_dump.c493 port_state == IB_LINK_ACTIVE ? "ACT" : in dump_topology_node()
H A Dosm_port_info_rcv.c326 case IB_LINK_ACTIVE: in pi_rcv_process_switch_ext_port()
H A Dosm_helper.c3028 if (port_state > IB_LINK_ACTIVE) in osm_get_port_state_str_fixed_width()
3029 port_state = IB_LINK_ACTIVE + 1; in osm_get_port_state_str_fixed_width()
H A Dosm_console.c795 else if (port_state == IB_LINK_ACTIVE) in __get_stats()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_pfs.c319 pfs_port_info->state = IB_LINK_ACTIVE; in __parse_port_info_file()
H A Dosm_vendor_mlx_hca_sim.c365 sim_port_info->state = IB_LINK_ACTIVE; in __parse_port_info_file()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h1986 #define IB_LINK_ACTIVE 4 macro
2091 if (port_state > IB_LINK_ACTIVE) in ib_get_port_state_str()
2092 port_state = IB_LINK_ACTIVE + 1; in ib_get_port_state_str()