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

/linux-master/drivers/infiniband/core/
H A Dcm_trace.h149 __field(unsigned long, lap_state)
157 __entry->lap_state = cm_id->lap_state;
160 TP_printk("local_id=%u remote_id=%u state=%s lap_state=%s",
163 show_ib_cm_lap_state(__entry->lap_state)
H A Dcm.c2672 if (cm_id_priv->id.lap_state == IB_CM_LAP_SENT ||
2673 cm_id_priv->id.lap_state == IB_CM_MRA_LAP_RCVD)
2852 if (cm_id_priv->id.lap_state == IB_CM_LAP_SENT ||
2853 cm_id_priv->id.lap_state == IB_CM_MRA_LAP_RCVD)
3067 if (cm_id_priv->id.lap_state == IB_CM_LAP_UNINIT ||
3068 cm_id_priv->id.lap_state == IB_CM_LAP_SENT) {
3069 if (cm_id_priv->id.lap_state == IB_CM_LAP_SENT)
3096 enum ib_cm_lap_state lap_state; local
3115 lap_state = cm_id->lap_state;
[all...]
/linux-master/include/rdma/
H A Dib_cm.h298 enum ib_cm_lap_state lap_state; /* internal CM/debug use */ member in struct:ib_cm_id
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c10134 static bool lap_state; variable
10189 if (lap_state != state) {
10190 lap_state = state;
10217 return sysfs_emit(buf, "%d\n", lap_state);
10266 lap_err = lapsensor_get(&has_lapsensor, &lap_state);

Completed in 201 milliseconds