Lines Matching refs:event

137 int irlmp_do_lsap_event(struct lsap_cb *self, IRLMP_EVENT event,  in irlmp_do_lsap_event()  argument
144 __func__, irlmp_event[event], irlsap_state[self->lsap_state]); in irlmp_do_lsap_event()
146 return (*lsap_state[self->lsap_state]) (self, event, skb); in irlmp_do_lsap_event()
155 void irlmp_do_lap_event(struct lap_cb *self, IRLMP_EVENT event, in irlmp_do_lap_event() argument
162 irlmp_event[event], in irlmp_do_lap_event()
165 (*lap_state[self->lap_state]) (self, event, skb); in irlmp_do_lap_event()
204 IRLMP_EVENT event) in irlmp_do_all_lsap_event() argument
231 irlmp_do_lsap_event(lsap, event, NULL); in irlmp_do_all_lsap_event()
248 static void irlmp_state_standby(struct lap_cb *self, IRLMP_EVENT event, in irlmp_state_standby() argument
253 switch (event) { in irlmp_state_standby()
285 __func__, irlmp_event[event]); in irlmp_state_standby()
297 static void irlmp_state_u_connect(struct lap_cb *self, IRLMP_EVENT event, in irlmp_state_u_connect() argument
300 pr_debug("%s(), event=%s\n", __func__, irlmp_event[event]); in irlmp_state_u_connect()
302 switch (event) { in irlmp_state_u_connect()
361 __func__, irlmp_event[event]); in irlmp_state_u_connect()
372 static void irlmp_state_active(struct lap_cb *self, IRLMP_EVENT event, in irlmp_state_active() argument
375 switch (event) { in irlmp_state_active()
460 __func__, irlmp_event[event]); in irlmp_state_active()
477 static int irlmp_state_disconnected(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_disconnected() argument
485 switch (event) { in irlmp_state_disconnected()
542 __func__, irlmp_event[event], self->slsap_sel); in irlmp_state_disconnected()
554 static int irlmp_state_connect(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_connect() argument
563 switch (event) { in irlmp_state_connect()
602 __func__, irlmp_event[event], self->slsap_sel); in irlmp_state_connect()
614 static int irlmp_state_connect_pend(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_connect_pend() argument
623 switch (event) { in irlmp_state_connect_pend()
666 __func__, irlmp_event[event], self->slsap_sel); in irlmp_state_connect_pend()
678 static int irlmp_state_dtr(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_dtr() argument
688 switch (event) { in irlmp_state_dtr()
755 __func__, irlmp_event[event], self->slsap_sel); in irlmp_state_dtr()
768 static int irlmp_state_setup(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_setup() argument
777 switch (event) { in irlmp_state_setup()
824 __func__, irlmp_event[event], self->slsap_sel); in irlmp_state_setup()
838 static int irlmp_state_setup_pend(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_setup_pend() argument
848 switch (event) { in irlmp_state_setup_pend()
882 __func__, irlmp_event[event], self->slsap_sel); in irlmp_state_setup_pend()