Searched refs:MsgHead (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/isdn/hisax/ |
D | l3_1tr6.c | 24 #define MsgHead(ptr, cref, mty, dis) \ macro 39 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()
|
D | l3ni1.c | 32 #define MsgHead(ptr, cref, mty) \ macro 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() 1624 MsgHead(p, pc->callref, MT_DISCONNECT); in l3ni1_disconnect_req() 1697 MsgHead(p, pc->callref, MT_RELEASE_COMPLETE); in l3ni1_reject_req() [all …]
|
D | l3dss1.c | 33 #define MsgHead(ptr, cref, mty) \ macro 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() 1771 MsgHead(p, pc->callref, MT_DISCONNECT); in l3dss1_disconnect_req() 1842 MsgHead(p, pc->callref, MT_RELEASE_COMPLETE); in l3dss1_reject_req() 2109 MsgHead(p, pc->callref, MT_FACILITY); in l3dss1_redir_req() [all …]
|