Searched refs:IB_PORT_ARMED (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_intr.c | 125 if (lstate == IB_PORT_ARMED) { in qib_handle_e_ibstatuschanged()
|
H A D | qib_mad.c | 859 case IB_PORT_ARMED: in subn_set_portinfo()
|
H A D | qib_iba6120.c | 2973 state = IB_PORT_ARMED; in qib_6120_iblink_state()
|
H A D | qib_iba7220.c | 3586 state = IB_PORT_ARMED; in qib_7220_iblink_state()
|
H A D | qib_iba7322.c | 5507 state = IB_PORT_ARMED; in qib_7322_iblink_state()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_intr.c | 125 if (lstate == IB_PORT_ARMED) { in qib_handle_e_ibstatuschanged()
|
H A D | qib_mad.c | 859 case IB_PORT_ARMED: in subn_set_portinfo()
|
H A D | qib_iba6120.c | 2970 state = IB_PORT_ARMED; in qib_6120_iblink_state()
|
H A D | qib_iba7220.c | 3586 state = IB_PORT_ARMED; in qib_7220_iblink_state()
|
H A D | qib_iba7322.c | 5485 state = IB_PORT_ARMED; in qib_7322_iblink_state()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 1320 case IB_PORT_ARMED: in set_port_states() 1613 if (ls_new == ls_old || (ls_new == IB_PORT_ARMED)) in __subn_set_opa_portinfo() 1615 } else if (ls_new == IB_PORT_ARMED) { in __subn_set_opa_portinfo() 1976 (lstate == IB_PORT_ARMED || lstate == IB_PORT_ACTIVE)) { in __subn_set_opa_sc_to_vlt() 2031 if (lstate == IB_PORT_ARMED || lstate == IB_PORT_ACTIVE) { in __subn_set_opa_sc_to_vlnt() 2114 if (ls_new == ls_old || (ls_new == IB_PORT_ARMED)) in __subn_set_opa_psi() 2116 } else if (ls_new == IB_PORT_ARMED) { in __subn_set_opa_psi()
|
H A D | chip.c | 10653 return IB_PORT_ARMED; in driver_lstate() 10732 * link state is neither of (IB_PORT_ARMED, IB_PORT_ACTIVE), then in set_link_state() 10816 ret = wait_logical_linkstate(ppd, IB_PORT_ARMED, 1000); in set_link_state() 10824 update_statusp(ppd, IB_PORT_ARMED); in set_link_state() 12890 return IB_PORT_ARMED; in chip_to_opa_lstate() 12990 case IB_PORT_ARMED: in update_statusp()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 1278 case IB_PORT_ARMED: in set_port_states() 1571 if (ls_new == ls_old || (ls_new == IB_PORT_ARMED)) in __subn_set_opa_portinfo() 1573 } else if (ls_new == IB_PORT_ARMED) { in __subn_set_opa_portinfo() 1934 (lstate == IB_PORT_ARMED || lstate == IB_PORT_ACTIVE)) { in __subn_set_opa_sc_to_vlt() 1989 if (lstate == IB_PORT_ARMED || lstate == IB_PORT_ACTIVE) { in __subn_set_opa_sc_to_vlnt() 2072 if (ls_new == ls_old || (ls_new == IB_PORT_ARMED)) in __subn_set_opa_psi() 2074 } else if (ls_new == IB_PORT_ARMED) { in __subn_set_opa_psi()
|
H A D | chip.c | 10614 return IB_PORT_ARMED; in driver_lstate() 10693 * link state is neither of (IB_PORT_ARMED, IB_PORT_ACTIVE), then in set_link_state() 10777 ret = wait_logical_linkstate(ppd, IB_PORT_ARMED, 1000); in set_link_state() 10785 update_statusp(ppd, IB_PORT_ARMED); in set_link_state() 12851 return IB_PORT_ARMED; in chip_to_opa_lstate() 12951 case IB_PORT_ARMED: in update_statusp()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | sysfs.c | 159 [IB_PORT_ARMED] = "ARMED", in state_show()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | sysfs.c | 223 [IB_PORT_ARMED] = "ARMED", in state_show()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_verbs.h | 499 IB_PORT_ARMED = 3, enumerator
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_verbs.h | 520 IB_PORT_ARMED = 3, enumerator
|
Completed in 120 milliseconds