Searched refs:lap_state (Results 1 – 5 of 5) sorted by relevance
100 static void (*lap_state[]) (struct lap_cb *, IRLMP_EVENT, struct sk_buff *) = variable123 self->lap_state = state; in irlmp_next_lap_state()163 irlmp_state[self->lap_state]); in irlmp_do_lap_event()165 (*lap_state[self->lap_state]) (self, event, skb); in irlmp_do_lap_event()
312 lap->lap_state = LAP_STANDBY; in irlmp_register_link()819 if (lap->lap_state == LAP_STANDBY) { in irlmp_do_expiry()869 if (lap->lap_state == LAP_STANDBY) { in irlmp_do_discovery()1936 irlmp_state[lap->lap_state]); in irlmp_seq_show()
2088 if (cm_id->lap_state == IB_CM_LAP_SENT || in ib_send_cm_dreq()2089 cm_id->lap_state == IB_CM_MRA_LAP_RCVD) in ib_send_cm_dreq()2233 if (cm_id_priv->id.lap_state == IB_CM_LAP_SENT || in cm_dreq_handler()2234 cm_id_priv->id.lap_state == IB_CM_MRA_LAP_RCVD) in cm_dreq_handler()2460 if (cm_id_priv->id.lap_state == IB_CM_LAP_UNINIT || in cm_rej_handler()2461 cm_id_priv->id.lap_state == IB_CM_LAP_SENT) { in cm_rej_handler()2462 if (cm_id_priv->id.lap_state == IB_CM_LAP_SENT) in cm_rej_handler()2498 enum ib_cm_lap_state lap_state; in ib_send_cm_mra() local2517 lap_state = cm_id->lap_state; in ib_send_cm_mra()2522 lap_state = cm_id->lap_state; in ib_send_cm_mra()[all …]
145 IRLMP_STATE lap_state; member
309 enum ib_cm_lap_state lap_state; /* internal CM/debug use */ member