Searched refs:IB_PORT_INIT (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_intr.c | 103 if (lstate >= IB_PORT_INIT && in qib_handle_e_ibstatuschanged()
|
H A D | qib_iba6120.c | 1069 if (ibstate != IB_PORT_INIT && dd->cspec->lastlinkrecov) in handle_6120_errors() 2970 state = IB_PORT_INIT; in qib_6120_iblink_state()
|
H A D | qib_iba7220.c | 3583 state = IB_PORT_INIT; in qib_7220_iblink_state()
|
H A D | qib_iba7322.c | 5504 state = IB_PORT_INIT; in qib_7322_iblink_state()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_intr.c | 103 if (lstate >= IB_PORT_INIT && in qib_handle_e_ibstatuschanged()
|
H A D | qib_iba6120.c | 1066 if (ibstate != IB_PORT_INIT && dd->cspec->lastlinkrecov) in handle_6120_errors() 2967 state = IB_PORT_INIT; in qib_6120_iblink_state()
|
H A D | qib_iba7220.c | 3583 state = IB_PORT_INIT; in qib_7220_iblink_state()
|
H A D | qib_iba7322.c | 5482 state = IB_PORT_INIT; in qib_7322_iblink_state()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_verbs.c | 363 props->state = IB_PORT_INIT; in usnic_ib_query_port()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_verbs.c | 363 props->state = IB_PORT_INIT; in usnic_ib_query_port()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 864 if (start_of_sm_config && (state == IB_PORT_INIT)) in __subn_get_opa_portinfo() 1416 if ((lid == 0 && ls_old > IB_PORT_INIT) || in __subn_set_opa_portinfo() 1449 if ((smlid == 0 && ls_old > IB_PORT_INIT) || in __subn_set_opa_portinfo() 1611 if (ls_old == IB_PORT_INIT) { in __subn_set_opa_portinfo() 2065 if (start_of_sm_config && (lstate == IB_PORT_INIT)) in __subn_get_opa_psi() 2112 if (ls_old == IB_PORT_INIT) { in __subn_set_opa_psi()
|
H A D | chip.c | 10651 return IB_PORT_INIT; in driver_lstate() 10774 ret = wait_logical_linkstate(ppd, IB_PORT_INIT, 1000); in set_link_state() 10801 update_statusp(ppd, IB_PORT_INIT); in set_link_state() 12888 return IB_PORT_INIT; in chip_to_opa_lstate() 12986 case IB_PORT_INIT: in update_statusp()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 822 if (start_of_sm_config && (state == IB_PORT_INIT)) in __subn_get_opa_portinfo() 1374 if ((lid == 0 && ls_old > IB_PORT_INIT) || in __subn_set_opa_portinfo() 1407 if ((smlid == 0 && ls_old > IB_PORT_INIT) || in __subn_set_opa_portinfo() 1569 if (ls_old == IB_PORT_INIT) { in __subn_set_opa_portinfo() 2023 if (start_of_sm_config && (lstate == IB_PORT_INIT)) in __subn_get_opa_psi() 2070 if (ls_old == IB_PORT_INIT) { in __subn_set_opa_psi()
|
H A D | chip.c | 10612 return IB_PORT_INIT; in driver_lstate() 10735 ret = wait_logical_linkstate(ppd, IB_PORT_INIT, 1000); in set_link_state() 10762 update_statusp(ppd, IB_PORT_INIT); in set_link_state() 12849 return IB_PORT_INIT; in chip_to_opa_lstate() 12947 case IB_PORT_INIT: in update_statusp()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | sysfs.c | 158 [IB_PORT_INIT] = "INIT", in state_show()
|
H A D | device.c | 1996 port_attr->state = IB_PORT_INIT; in iw_query_port()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | device.c | 2047 port_attr->state = IB_PORT_INIT; in iw_query_port()
|
H A D | sysfs.c | 222 [IB_PORT_INIT] = "INIT", in state_show()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_verbs.h | 498 IB_PORT_INIT = 2, enumerator
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_verbs.h | 519 IB_PORT_INIT = 2, enumerator
|
Completed in 121 milliseconds