Searched refs:lap_state (Results 1 – 4 of 4) sorted by relevance
149 __field(unsigned long, lap_state)157 __entry->lap_state = cm_id->lap_state;163 show_ib_cm_lap_state(__entry->lap_state)
3075 enum ib_cm_lap_state lap_state; in ib_send_cm_mra() local3094 lap_state = cm_id->lap_state; in ib_send_cm_mra()3099 lap_state = cm_id->lap_state; in ib_send_cm_mra()3103 if (cm_id->lap_state == IB_CM_LAP_RCVD) { in ib_send_cm_mra()3105 lap_state = IB_CM_MRA_LAP_SENT; in ib_send_cm_mra()3133 cm_id->lap_state = lap_state; in ib_send_cm_mra()3336 switch (cm_id_priv->id.lap_state) { in cm_lap_handler()3366 cm_id_priv->id.lap_state = IB_CM_LAP_RCVD; in cm_lap_handler()3411 cm_id_priv->id.lap_state = IB_CM_LAP_IDLE; in cm_apr_handler()3968 cm_id->lap_state == IB_CM_LAP_IDLE)) { in cm_migrate()[all …]
299 enum ib_cm_lap_state lap_state; /* internal CM/debug use */ member
9832 static bool lap_state; variable9914 if (lap_state != state) { in lapsensor_refresh()9915 lap_state = state; in lapsensor_refresh()9942 return sysfs_emit(buf, "%d\n", lap_state); in dytc_lapmode_show()9962 lap_err = lapsensor_get(&has_lapsensor, &lap_state); in tpacpi_proxsensor_init()
Completed in 37 milliseconds