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()
2015 if (cm_id->lap_state == IB_CM_LAP_SENT || in ib_send_cm_dreq()2016 cm_id->lap_state == IB_CM_MRA_LAP_RCVD) in ib_send_cm_dreq()2160 if (cm_id_priv->id.lap_state == IB_CM_LAP_SENT || in cm_dreq_handler()2161 cm_id_priv->id.lap_state == IB_CM_MRA_LAP_RCVD) in cm_dreq_handler()2387 if (cm_id_priv->id.lap_state == IB_CM_LAP_UNINIT || in cm_rej_handler()2388 cm_id_priv->id.lap_state == IB_CM_LAP_SENT) { in cm_rej_handler()2389 if (cm_id_priv->id.lap_state == IB_CM_LAP_SENT) in cm_rej_handler()2425 enum ib_cm_lap_state lap_state; in ib_send_cm_mra() local2444 lap_state = cm_id->lap_state; in ib_send_cm_mra()2449 lap_state = cm_id->lap_state; in ib_send_cm_mra()[all …]
145 IRLMP_STATE lap_state; member
304 enum ib_cm_lap_state lap_state; /* internal CM/debug use */ member