Home
last modified time | relevance | path

Searched refs:IB_PORT_DOWN (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/sys/ofed/drivers/infiniband/hw/mlx4/
Dmain.c312 if (props->state == IB_PORT_DOWN) in ib_link_query_port()
360 props->state = IB_PORT_DOWN; in eth_link_query_port()
372 IB_PORT_ACTIVE : IB_PORT_DOWN; in eth_link_query_port()
/freebsd-9-stable/sys/ofed/drivers/infiniband/core/
Dsysfs.c96 [IB_PORT_DOWN] = "DOWN", in state_show()
/freebsd-9-stable/sys/contrib/rdma/
Dib_verbs.h172 IB_PORT_DOWN = 1, enumerator
/freebsd-9-stable/sys/ofed/include/rdma/
Dib_verbs.h198 IB_PORT_DOWN = 1, enumerator
/freebsd-9-stable/sys/ofed/drivers/net/mlx4/
Dcmd.c895 return IB_PORT_DOWN; in vf_port_state()