Go to the source code of this file.
|
struct actcapi_msn | __attribute__ ((packed)) actcapi_msn |
|
int | actcapi_chkhdr (act2000_card *, actcapi_msghdr *) |
|
int | actcapi_listen_req (act2000_card *) |
|
int | actcapi_manufacturer_req_net (act2000_card *) |
|
int | actcapi_manufacturer_req_errh (act2000_card *) |
|
int | actcapi_manufacturer_req_msn (act2000_card *) |
|
int | actcapi_connect_req (act2000_card *, act2000_chan *, char *, char, int, int) |
|
void | actcapi_select_b2_protocol_req (act2000_card *, act2000_chan *) |
|
void | actcapi_disconnect_b3_req (act2000_card *, act2000_chan *) |
|
void | actcapi_connect_resp (act2000_card *, act2000_chan *, __u8) |
|
void | actcapi_dispatch (struct work_struct *) |
|
void | actcapi_debug_msg (struct sk_buff *skb, int) |
|
Value:
Definition at line 117 of file capi.h.
#define EVAL_PLCI |
( |
|
fakeplci, |
|
|
|
plci, |
|
|
|
contr |
|
) |
| |
Value:{ \
plci = fakeplci & 0x1f; \
contr = (fakeplci >> 5) & 0x7; \
}
Definition at line 134 of file capi.h.
#define MAKE_NCCI |
( |
|
plci, |
|
|
|
contr, |
|
|
|
ncci |
|
) |
| ((plci & 0x1f) | ((contr & 0x7) << 5) | ((ncci & 0xff) << 8)) |
#define MAKE_PLCI |
( |
|
plci, |
|
|
|
contr |
|
) |
| ((plci & 0x1f) | ((contr & 0x7) << 5)) |
int actcapi_connect_req |
( |
act2000_card * |
, |
|
|
act2000_chan * |
, |
|
|
char * |
, |
|
|
char |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| |
void actcapi_connect_resp |
( |
act2000_card * |
, |
|
|
act2000_chan * |
, |
|
|
__u8 |
|
|
) |
| |
void actcapi_disconnect_b3_req |
( |
act2000_card * |
, |
|
|
act2000_chan * |
|
|
) |
| |
int actcapi_listen_req |
( |
act2000_card * |
| ) |
|
int actcapi_manufacturer_req_errh |
( |
act2000_card * |
| ) |
|
int actcapi_manufacturer_req_msn |
( |
act2000_card * |
| ) |
|
int actcapi_manufacturer_req_net |
( |
act2000_card * |
| ) |
|
void actcapi_select_b2_protocol_req |
( |
act2000_card * |
, |
|
|
act2000_chan * |
|
|
) |
| |
struct { ... } connect_active_resp connect_active_resp |
struct { ... } connect_b3_active_resp connect_b3_active_resp |
struct { ... } connect_b3_conf connect_b3_conf |
struct { ... } connect_conf connect_conf |
struct { ... } connect_resp connect_resp |
struct { ... } disconnect_b3_conf disconnect_b3_conf |
struct { ... } disconnect_b3_resp disconnect_b3_resp |
struct { ... } disconnect_conf disconnect_conf |
struct { ... } disconnect_ind disconnect_ind |
static byte disconnect_req |
struct { ... } disconnect_resp disconnect_resp |
struct { ... } info_resp info_resp |
struct { ... } listen_b3_conf listen_b3_conf |
struct { ... } listen_b3_req listen_b3_req |
struct { ... } manufacturer_conf_v42 manufacturer_conf_v42 |
struct { ... } manufacturer_ind_err manufacturer_ind_err |
struct { ... } manufacturer_req_err manufacturer_req_err |
struct { ... } manufacturer_req_net manufacturer_req_net |
struct { ... } manufacturer_req_v42 manufacturer_req_v42 |
struct { ... } select_b2_protocol_conf select_b2_protocol_conf |
struct { ... } select_b3_protocol_conf select_b3_protocol_conf |