Home
last modified time | relevance | path

Searched refs:ACT_ABORTACCEPT (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/isdn/gigaset/
Dev-layer.c103 #define ACT_ABORTACCEPT 28 macro
332 {RSP_ERROR, 721, 729, -1, 0, 0, {ACT_ABORTACCEPT} },
333 {EV_TIMEOUT, 721, 729, -1, 0, 0, {ACT_ABORTACCEPT} },
334 {RSP_ZSAU, 700, 729, ZSAU_NULL, 0, 0, {ACT_ABORTACCEPT} },
335 {RSP_ZSAU, 700, 729, ZSAU_ACTIVE, 0, 0, {ACT_ABORTACCEPT} },
336 {RSP_ZSAU, 700, 729, ZSAU_DISCONNECT_IND, 0, 0, {ACT_ABORTACCEPT} },
1344 case ACT_ABORTACCEPT: /* hangup/error/timeout during ICALL procssng */ in do_action()