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

/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Diblinkinfo.c104 return (fistate == IB_LINK_DOWN) ? 1 : 0;
157 if (istate == IB_LINK_DOWN
165 if (istate != IB_LINK_DOWN) {
191 if (add_sw_settings && istate != IB_LINK_DOWN) {
227 if (istate == IB_LINK_DOWN)
313 IB_PORT_STATE_F) == IB_LINK_DOWN) {
H A Dibqueryerrors.c218 if (istate != IB_LINK_DOWN) {
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos.c318 if (ib_port_info_get_port_state(&p->port_info) == IB_LINK_DOWN)
343 IB_LINK_DOWN)
370 IB_LINK_DOWN)
390 if (ib_port_info_get_port_state(&p->port_info) == IB_LINK_DOWN)
H A Dosm_port_info_rcv.c100 ib_port_info_get_port_state(p_pi) != IB_LINK_DOWN) {
293 case IB_LINK_DOWN:
417 if (ib_port_info_get_port_state(p_pi) == IB_LINK_DOWN)
553 if (ib_port_info_get_port_state(p_pi) == IB_LINK_DOWN)
H A Dosm_state_mgr.c451 state = IB_LINK_DOWN;
463 state = IB_LINK_DOWN;
481 state = IB_LINK_DOWN;
488 return (state == IB_LINK_DOWN);
578 (&(p_ext_physp->port_info)) > IB_LINK_DOWN) {
836 IB_LINK_DOWN)
H A Dosm_dump.c593 if (ib_port_info_get_port_state(p_pi) != IB_LINK_DOWN
624 && (ib_port_info_get_port_state(p_pi) != IB_LINK_DOWN)) {
H A Dosm_link_mgr.c533 if (current_state == IB_LINK_DOWN)
545 link_mgr_set_physp_pi(sm, p_physp, IB_LINK_DOWN);
H A Dosm_port.c679 if (ib_port_info_get_port_state(p_pi) == IB_LINK_DOWN) {
682 ib_port_info_set_port_state(&p_physp->port_info, IB_LINK_DOWN);
H A Dmain.c467 if (attr_array[i].link_state > IB_LINK_DOWN)
H A Dosm_trap_rcv.c235 ib_port_info_set_port_state(pi, IB_LINK_DOWN);
H A Dosm_console.c793 if (port_state == IB_LINK_DOWN)
806 if (port_state == IB_LINK_DOWN)
H A Dosm_lid_mgr.c1002 ib_port_info_set_port_state(p_pi, IB_LINK_DOWN);
H A Dosm_node_info_rcv.c196 if (osm_physp_get_port_state(p_physp) == IB_LINK_DOWN &&
H A Dosm_perfmgr.c898 (&p_ext_physp->port_info) <= IB_LINK_DOWN)
954 return osm_physp_get_port_state(p_port->p_physp) == IB_LINK_DOWN;
H A Dosm_helper.c3211 if (lsa > IB_LINK_SPEED_ACTIVE_10 || state == IB_LINK_DOWN)
/freebsd-12-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_pfs.c321 pfs_port_info->state = IB_LINK_DOWN;
H A Dosm_vendor_mlx_hca_sim.c367 sim_port_info->state = IB_LINK_DOWN;
/freebsd-12-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h1983 #define IB_LINK_DOWN 1 macro
9324 * IB_LINK_DOWN.

Completed in 151 milliseconds