Home
last modified time | relevance | path

Searched refs:IB_LINK_DOWN (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/ofed/infiniband-diags/src/
H A Diblinkinfo.c104 return (fistate == IB_LINK_DOWN) ? 1 : 0; in filterdownport_check()
157 if (istate == IB_LINK_DOWN in print_port()
165 if (istate != IB_LINK_DOWN) { in print_port()
191 if (add_sw_settings && istate != IB_LINK_DOWN) { in print_port()
227 if (istate == IB_LINK_DOWN) in print_port()
314 IB_PORT_STATE_F) == IB_LINK_DOWN) { in print_node()
H A Dibqueryerrors.c225 if (istate != IB_LINK_DOWN) { in print_port_config()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos.c318 if (ib_port_info_get_port_state(&p->port_info) == IB_LINK_DOWN) in qos_extports_setup()
343 IB_LINK_DOWN) in qos_extports_setup()
370 IB_LINK_DOWN) in qos_extports_setup()
390 if (ib_port_info_get_port_state(&p->port_info) == IB_LINK_DOWN) in qos_extports_setup()
H A Dosm_port_info_rcv.c100 ib_port_info_get_port_state(p_pi) != IB_LINK_DOWN) { in pi_rcv_process_endport()
293 case IB_LINK_DOWN: in pi_rcv_process_switch_ext_port()
417 if (ib_port_info_get_port_state(p_pi) == IB_LINK_DOWN) in pi_rcv_process_switch_ext_port()
553 if (ib_port_info_get_port_state(p_pi) == IB_LINK_DOWN) in osm_pi_rcv_update_self()
H A Dosm_state_mgr.c451 state = IB_LINK_DOWN; in state_mgr_is_sm_port_down()
463 state = IB_LINK_DOWN; in state_mgr_is_sm_port_down()
481 state = IB_LINK_DOWN; in state_mgr_is_sm_port_down()
488 return (state == IB_LINK_DOWN); in state_mgr_is_sm_port_down()
578 (&(p_ext_physp->port_info)) > IB_LINK_DOWN) { in state_mgr_sweep_hop_1()
836 IB_LINK_DOWN) in state_mgr_light_sweep_start()
H A Dosm_link_mgr.c533 if (current_state == IB_LINK_DOWN) in link_mgr_process_node()
545 link_mgr_set_physp_pi(sm, p_physp, IB_LINK_DOWN); in link_mgr_process_node()
H A Dosm_port.c681 if (ib_port_info_get_port_state(p_pi) == IB_LINK_DOWN) { in osm_physp_set_port_info()
684 ib_port_info_set_port_state(&p_physp->port_info, IB_LINK_DOWN); in osm_physp_set_port_info()
H A Dosm_dump.c593 if (ib_port_info_get_port_state(p_pi) != IB_LINK_DOWN in print_node_report()
624 && (ib_port_info_get_port_state(p_pi) != IB_LINK_DOWN)) { in print_node_report()
H A Dmain.c467 if (attr_array[i].link_state > IB_LINK_DOWN) in get_port_guid()
H A Dosm_trap_rcv.c235 ib_port_info_set_port_state(pi, IB_LINK_DOWN); in disable_port()
H A Dosm_console.c793 if (port_state == IB_LINK_DOWN) in __get_stats()
806 if (port_state == IB_LINK_DOWN) in __get_stats()
H A Dosm_node_info_rcv.c196 if (osm_physp_get_port_state(p_physp) == IB_LINK_DOWN && in ni_rcv_set_links()
H A Dosm_perfmgr.c898 (&p_ext_physp->port_info) <= IB_LINK_DOWN) in sweep_hop_1()
954 return osm_physp_get_port_state(p_port->p_physp) == IB_LINK_DOWN; in is_sm_port_down()
H A Dosm_lid_mgr.c1002 ib_port_info_set_port_state(p_pi, IB_LINK_DOWN); in lid_mgr_set_physp_pi()
H A Dosm_helper.c3211 if (lsa > IB_LINK_SPEED_ACTIVE_10 || state == IB_LINK_DOWN) in osm_get_lsa_str()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_pfs.c321 pfs_port_info->state = IB_LINK_DOWN; in __parse_port_info_file()
H A Dosm_vendor_mlx_hca_sim.c367 sim_port_info->state = IB_LINK_DOWN; in __parse_port_info_file()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h1983 #define IB_LINK_DOWN 1 macro