Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/pcbit/ !
Dcapi.h56 extern int capi_disc_req(ushort callref, struct sk_buff **skb, u_char cause);
68 ushort callref; in capi_channel() local
70 callref = *((ushort *)skb->data); in capi_channel()
73 if (dev->b1->callref == callref) in capi_channel()
75 else if (dev->b2->callref == callref) in capi_channel()
Dcapi.c143 *((ushort *)skb_put(*skb, 2)) = chan->callref; in capi_conn_resp()
163 *((ushort *)skb_put(*skb, 2)) = chan->callref; in capi_conn_active_req()
166 printk(KERN_DEBUG "Call Reference: %04x\n", chan->callref); in capi_conn_active_req()
191 *((ushort *)skb_put(*skb, 2)) = chan->callref; in capi_conn_active_resp()
211 *((ushort *)skb_put(*skb, 2)) = chan->callref; in capi_select_proto_req()
272 *((ushort *)skb_put(*skb, 2)) = chan->callref; in capi_activate_transp_req()
309 *((u16 *) (skb->data)) = chan->callref; in capi_tdata_req()
330 *((ushort *)skb_put(*skb, 2)) = chan->callref; in capi_tdata_resp()
338 int capi_disc_req(ushort callref, struct sk_buff **skb, u_char cause) in capi_disc_req() argument
347 *((ushort *)skb_put(*skb, 2)) = callref; in capi_disc_req()
[all …]
Dcallbacks.c69 chan->callref = 0; in cb_out_1()
278 if ((len = capi_disc_req(chan->callref, &skb, CAUSE_NORMAL)) < 0) in cb_disc_2()
Dpcbit.h26 unsigned short callref; /* Call Reference */ member
/linux-3.4.99/drivers/isdn/hisax/ !
Dl3ni1.c118 { if ((pc->callref == -1) && (pc->prot.ni1.invoke_id == id)) in l3ni1_search_dummy_proc()
436 MsgHead(p, pc->callref, mt); in l3ni1_message()
450 MsgHead(p, pc->callref, mt); in l3ni1_message_plus_chid()
469 MsgHead(p, pc->callref, mt); in l3ni1_message_cause()
490 MsgHead(p, pc->callref, MT_STATUS); in l3ni1_status_send()
526 MsgHead(p, pc->callref, MT_RELEASE_COMPLETE); in l3ni1_msg_without_setup()
883 MsgHead(p, pc->callref, cmd); in l3ni1_msg_with_uus()
1182 MsgHead(p, pc->callref, MT_SETUP); in l3ni1_setup_req()
1380 l3ni1_parse_facility(pc->st, pc, pc->callref, p); in l3ni1_disconnect()
1624 MsgHead(p, pc->callref, MT_DISCONNECT); in l3ni1_disconnect_req()
[all …]
Disdnl3.c157 pc->callref & 0x7F, in newl3state()
241 if (p->callref == cr) in getl3proc()
267 p->callref = cr; in new_l3_process()
311 printk(KERN_ERR "HiSax internal L3 error CR(%d) not in list\n", p->callref); in release_l3_process()
312 l3_debug(p->st, "HiSax internal L3 error CR(%d) not in list", p->callref); in release_l3_process()
Dl3_1tr6.c39 MsgHead(p, pc->callref, mt, pd); in l3_1TR6_message()
81 MsgHead(p, pc->callref, MT_N1_SETUP, PROTO_DIS_N1); in l3_1tr6_setup_req()
482 MsgHead(p, pc->callref, MT_N1_CONN, PROTO_DIS_N1); in l3_1tr6_setup_rsp()
539 MsgHead(p, pc->callref, MT_N1_DISC, PROTO_DIS_N1); in l3_1tr6_disconnect_req()
598 MsgHead(p, pc->callref, MT_N1_REL, PROTO_DIS_N1); in l3_1tr6_t305()
879 proc->callref = cr; in down1tr6()
922 proc->callref & 0x7f, proc->state, pr); in man1tr6()
927 proc->callref & 0x7f, proc->state, pr); in man1tr6()
Dl3dss1.c119 { if ((pc->callref == -1) && (pc->prot.dss1.invoke_id == id)) in l3dss1_search_dummy_proc()
507 MsgHead(p, pc->callref, mt); in l3dss1_message()
519 MsgHead(p, pc->callref, mt); in l3dss1_message_cause()
540 MsgHead(p, pc->callref, MT_STATUS); in l3dss1_status_send()
576 MsgHead(p, pc->callref, MT_RELEASE_COMPLETE); in l3dss1_msg_without_setup()
933 MsgHead(p, pc->callref, cmd); in l3dss1_msg_with_uus()
1236 MsgHead(p, pc->callref, MT_SETUP); in l3dss1_setup_req()
1526 l3dss1_parse_facility(pc->st, pc, pc->callref, p); in l3dss1_disconnect()
1770 MsgHead(p, pc->callref, MT_DISCONNECT); in l3dss1_disconnect_req()
1841 MsgHead(p, pc->callref, MT_RELEASE_COMPLETE); in l3dss1_reject_req()
[all …]
Dhisax.h341 int callref; member
/linux-3.4.99/drivers/isdn/act2000/ !
Dact2000.h119 unsigned short callref; /* Call Reference */ member
Dcapi.c175 chan->callref = m->hdr.msgnum; in actcapi_connect_req()
536 find_dialing(act2000_card *card, __u16 callref) in find_dialing() argument
540 if ((card->bch[i].callref == callref) && in find_dialing()
Dmodule.c329 chan->callref = 0xffff; in act2000_command()