Searched refs:port_state_str (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/ofed/libibverbs/src/
H A Denum_strs.c52 static const char *const port_state_str[] = { local
64 return port_state_str[port_state];
/freebsd-10.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dibstat.c92 static char *port_state_str[] = { variable
126 printf("%sState: %s\n", pre, (uint)port->state <= 4 ? port_state_str[port->state] : "???");
/freebsd-10.3-release/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c77 static const char *port_state_str(enum ibv_port_state pstate) function
290 port_state_str(port_attr.state), port_attr.state);

Completed in 105 milliseconds