Searched refs:ST_NCCI_RESETING (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/isdn/capi/ |
D | capidrv.h | 119 #define ST_NCCI_RESETING 5 /* N-3 */ macro
|
D | capidrv.c | 715 {ST_NCCI_ACTIVE, ST_NCCI_RESETING, EV_NCCI_RESET_B3_REQ, NULL}, 719 {ST_NCCI_RESETING, ST_NCCI_ACTIVE, EV_NCCI_RESET_B3_IND, NULL}, 720 {ST_NCCI_RESETING, ST_NCCI_DISCONNECTED, EV_NCCI_DISCONNECT_B3_IND, NULL}, 721 {ST_NCCI_RESETING, ST_NCCI_DISCONNECTING, EV_NCCI_DISCONNECT_B3_REQ, NULL},
|