Searched refs:mpc_action_discontact (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/s390/net/ |
H A D | ctcm_mpc.h | 235 void mpc_action_discontact(fsm_instance *fi, int event, void *arg);
|
H A D | ctcm_mpc.c | 746 { MPCG_STATE_READY, MPCG_EVENT_DISCONC, mpc_action_discontact }, 762 { MPCG_STATE_XID7INITW, MPCG_EVENT_DISCONC, mpc_action_discontact }, 769 { MPCG_STATE_XID7INITX, MPCG_EVENT_DISCONC, mpc_action_discontact }, 777 { MPCG_STATE_XID0IOWAIT, MPCG_EVENT_DISCONC, mpc_action_discontact }, 784 { MPCG_STATE_XID0IOWAIX, MPCG_EVENT_DISCONC, mpc_action_discontact }, 792 { MPCG_STATE_XID7INITI, MPCG_EVENT_DISCONC, mpc_action_discontact }, 800 { MPCG_STATE_XID7INITZ, MPCG_EVENT_DISCONC, mpc_action_discontact }, 1475 void mpc_action_discontact(fsm_instance *fi, int event, void *arg) in mpc_action_discontact() function
|