Home
last modified time | relevance | path

Searched refs:lap_state (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/infiniband/core/
A Dcm_trace.h149 __field(unsigned long, lap_state)
157 __entry->lap_state = cm_id->lap_state;
163 show_ib_cm_lap_state(__entry->lap_state)
A Dcm.c3074 enum ib_cm_lap_state lap_state; in ib_send_cm_mra() local
3093 lap_state = cm_id->lap_state; in ib_send_cm_mra()
3098 lap_state = cm_id->lap_state; in ib_send_cm_mra()
3102 if (cm_id->lap_state == IB_CM_LAP_RCVD) { in ib_send_cm_mra()
3104 lap_state = IB_CM_MRA_LAP_SENT; in ib_send_cm_mra()
3132 cm_id->lap_state = lap_state; in ib_send_cm_mra()
3335 switch (cm_id_priv->id.lap_state) { in cm_lap_handler()
3365 cm_id_priv->id.lap_state = IB_CM_LAP_RCVD; in cm_lap_handler()
3410 cm_id_priv->id.lap_state = IB_CM_LAP_IDLE; in cm_apr_handler()
3965 cm_id->lap_state == IB_CM_LAP_IDLE)) { in cm_migrate()
[all …]
/linux-6.3-rc2/include/rdma/
A Dib_cm.h298 enum ib_cm_lap_state lap_state; /* internal CM/debug use */ member
/linux-6.3-rc2/drivers/platform/x86/
A Dthinkpad_acpi.c10108 static bool lap_state; variable
10163 if (lap_state != state) { in lapsensor_refresh()
10164 lap_state = state; in lapsensor_refresh()
10191 return sysfs_emit(buf, "%d\n", lap_state); in dytc_lapmode_show()
10240 lap_err = lapsensor_get(&has_lapsensor, &lap_state); in tpacpi_proxsensor_init()

Completed in 35 milliseconds