Searched refs:physstate (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/include/
H A Dibnetdiscover.h76 int physstate; member in struct:Port
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dibportstate.c236 int state, physstate, lwe, lws, lwa, lse, lss, lsa; local
392 mad_decode_field(data, IB_PORT_PHYS_STATE_F, &physstate);
H A Dibtracert.c88 int physstate; member in struct:Port
397 mad_decode_field(pi, IB_PORT_PHYS_STATE_F, &port->physstate);
399 VERBOSE("portid %s portnum %d: lid %d state %d physstate %d",
400 portid2str(portid), portnum, port->lid, port->state, port->physstate);
567 if (port->physstate != 5) { /* LinkUP */
H A Dibnetdiscover.c138 mad_decode_field(pi, IB_PORT_PHYS_STATE_F, &port->physstate);
156 DEBUG("portid %s portnum %d: lid %d state %d physstate %d %s %s",
157 portid2str(portid), portnum, port->lid, port->state, port->physstate, get_linkwidth_str(port->linkwidth), get_linkspeed_str(port->linkspeed));
338 if (port->physstate != 5) /* LinkUp */

Completed in 100 milliseconds