Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/pcbit/
Dedss1.c185 {ST_ACTIVE_SELP, 5},
201 {ST_CALL_PROC, ST_ACTIVE_SELP, EV_NET_CONN, cb_out_2},
214 {ST_CONN_REQ, ST_ACTIVE_SELP, EV_NET_CONN_ACK, cb_in_3},
227 {ST_ACTIVE_SELP, ST_ACTIVE_ACTV, EV_NET_SELP_RESP, cb_selp_1},
228 {ST_ACTIVE_SELP, ST_DISC_REQ, EV_USR_RELEASE_REQ, cb_disc_2},
236 {ST_ACTIVE_SELP, ST_DISC_REQ, EV_TIMER, cb_disc_2},
Dedss1.h34 #define ST_ACTIVE_SELP 26 /* Select protocol on B-Channel */ macro