Searched refs:lap_state (Results 1 – 5 of 5) sorted by relevance
102 static void (*lap_state[]) (struct lap_cb *, IRLMP_EVENT, struct sk_buff *) = variable125 self->lap_state = state; in irlmp_next_lap_state()165 irlmp_state[self->lap_state]); in irlmp_do_lap_event()167 (*lap_state[self->lap_state]) (self, event, skb); in irlmp_do_lap_event()
312 lap->lap_state = LAP_STANDBY; in irlmp_register_link()824 if (lap->lap_state == LAP_STANDBY) { in irlmp_do_expiry()874 if (lap->lap_state == LAP_STANDBY) { in irlmp_do_discovery()1965 irlmp_state[lap->lap_state]); in irlmp_seq_show()
2004 if (cm_id->lap_state == IB_CM_LAP_SENT || in ib_send_cm_dreq()2005 cm_id->lap_state == IB_CM_MRA_LAP_RCVD) in ib_send_cm_dreq()2149 if (cm_id_priv->id.lap_state == IB_CM_LAP_SENT || in cm_dreq_handler()2150 cm_id_priv->id.lap_state == IB_CM_MRA_LAP_RCVD) in cm_dreq_handler()2376 if (cm_id_priv->id.lap_state == IB_CM_LAP_UNINIT || in cm_rej_handler()2377 cm_id_priv->id.lap_state == IB_CM_LAP_SENT) { in cm_rej_handler()2378 if (cm_id_priv->id.lap_state == IB_CM_LAP_SENT) in cm_rej_handler()2414 enum ib_cm_lap_state lap_state; in ib_send_cm_mra() local2433 lap_state = cm_id->lap_state; in ib_send_cm_mra()2438 lap_state = cm_id->lap_state; in ib_send_cm_mra()[all …]
145 IRLMP_STATE lap_state; member
291 enum ib_cm_lap_state lap_state; /* internal CM/debug use */ member