Searched refs:ST_NCCI_ACTIVE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/isdn/capi/ |
D | capidrv.h | 118 #define ST_NCCI_ACTIVE 4 /* N-ACT */ macro
|
D | capidrv.c | 710 {ST_NCCI_ALLOCATED, ST_NCCI_ACTIVE, EV_NCCI_CONNECT_B3_ACTIVE_IND, NULL}, 714 {ST_NCCI_ACTIVE, ST_NCCI_ACTIVE, EV_NCCI_RESET_B3_IND, NULL}, 715 {ST_NCCI_ACTIVE, ST_NCCI_RESETING, EV_NCCI_RESET_B3_REQ, NULL}, 716 {ST_NCCI_ACTIVE, ST_NCCI_DISCONNECTED, EV_NCCI_DISCONNECT_B3_IND, NULL}, 717 {ST_NCCI_ACTIVE, ST_NCCI_DISCONNECTING, EV_NCCI_DISCONNECT_B3_REQ, NULL}, 719 {ST_NCCI_RESETING, ST_NCCI_ACTIVE, EV_NCCI_RESET_B3_IND, NULL}, 2072 if (!nccip || nccip->state != ST_NCCI_ACTIVE) { in if_sendbuf()
|