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