Searched refs:physstate (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibportstate.c | 379 int state, physstate, lwe, lws, lwa, lse, lss, lsa, lsee, lses, lsea, in main() local 549 physstate = mad_get_field(data, 0, IB_PORT_PHYS_STATE_F); in main() 563 if(physstate != 3) { in main() 630 mad_decode_field(data, IB_PORT_PHYS_STATE_F, &physstate); in main()
|
H A D | ibtracert.c | 86 int physstate; member 447 mad_decode_field(pi, IB_PORT_PHYS_STATE_F, &port->physstate); in get_port() 451 port->physstate); in get_port() 625 if (port->physstate != 5) { /* LinkUP */ in find_mcpath()
|
H A D | iblinkinfo.c | 109 char width[64], speed[64], state[64], physstate[64]; in print_port() local 181 mad_dump_val(IB_PORT_PHYS_STATE_F, physstate, 64, in print_port() 186 mad_dump_val(IB_PORT_PHYS_STATE_F, physstate, 64, in print_port()
|
H A D | ibqueryerrors.c | 185 char width[64], speed[64], state[64], physstate[64]; in print_port_config() local 240 mad_dump_val(IB_PORT_PHYS_STATE_F, physstate, 64, &iphystate)); in print_port_config() 244 mad_dump_val(IB_PORT_PHYS_STATE_F, physstate, 64, &iphystate)); in print_port_config()
|