Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/pcbit/
Dedss1.c194 {ST_ACTIVE_SELP, 5},
210 {ST_CALL_PROC, ST_ACTIVE_SELP, EV_NET_CONN, cb_out_2},
223 {ST_CONN_REQ, ST_ACTIVE_SELP, EV_NET_CONN_ACK, cb_in_3},
236 {ST_ACTIVE_SELP, ST_ACTIVE_ACTV, EV_NET_SELP_RESP, cb_selp_1},
237 {ST_ACTIVE_SELP, ST_DISC_REQ, EV_USR_RELEASE_REQ, cb_disc_2},
245 {ST_ACTIVE_SELP, ST_DISC_REQ, EV_TIMER, cb_disc_2},
Dedss1.h34 #define ST_ACTIVE_SELP 26 /* Select protocol on B-Channel */ macro