Home
last modified time | relevance | path

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

/linux-4.19.296/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()
239 if (p->callref == cr) in getl3proc()
265 p->callref = cr; in new_l3_process()
309 printk(KERN_ERR "HiSax internal L3 error CR(%d) not in list\n", p->callref); in release_l3_process()
310 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()
481 MsgHead(p, pc->callref, MT_N1_CONN, PROTO_DIS_N1); in l3_1tr6_setup_rsp()
538 MsgHead(p, pc->callref, MT_N1_DISC, PROTO_DIS_N1); in l3_1tr6_disconnect_req()
597 MsgHead(p, pc->callref, MT_N1_REL, PROTO_DIS_N1); in l3_1tr6_t305()
868 proc->callref = cr; in down1tr6()
909 proc->callref & 0x7f, proc->state, pr); in man1tr6()
914 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()
1527 l3dss1_parse_facility(pc->st, pc, pc->callref, p); in l3dss1_disconnect()
1771 MsgHead(p, pc->callref, MT_DISCONNECT); in l3dss1_disconnect_req()
1842 MsgHead(p, pc->callref, MT_RELEASE_COMPLETE); in l3dss1_reject_req()
[all …]
Dhisax.h341 int callref; member