Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Denum_strs.c54 static const char *const port_state_str[] = { in ibv_port_state_str() local
66 return port_state_str[port_state]; in ibv_port_state_str()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibstat.c85 static char *port_state_str[] = { variable
176 4 ? port_state_str[port->state] : "???"); in port_dump()
/freebsd/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c77 static const char *port_state_str(enum ibv_port_state pstate) in port_state_str() function
539 port_state_str(port_attr.state), port_attr.state); in print_hca_cap()