Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dmad.c1152 if (old < IB_PORT_NOP || old > IB_PORT_ACTIVE_DEFER || in logical_transition_allowed()
1153 new < IB_PORT_NOP || new > IB_PORT_ACTIVE_DEFER) { in logical_transition_allowed()
1159 if (new == IB_PORT_NOP) in logical_transition_allowed()
1260 logical_state == IB_PORT_NOP)){ in set_port_states()
1272 case IB_PORT_NOP: in set_port_states()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_mad.c820 if (lstate && !(state == IB_PORT_DOWN || state == IB_PORT_NOP)) in subn_set_portinfo()
828 case IB_PORT_NOP: in subn_set_portinfo()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dsysfs.c156 [IB_PORT_NOP] = "NOP", in state_show()
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_verbs.h496 IB_PORT_NOP = 0, enumerator
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dmain.c3149 enum ib_port_state bonded_port_state = IB_PORT_NOP; in handle_bonded_port_state_event()