Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/capi/
Dcapidrv.c1670 static _cmsg cmdcmsg; variable
1850 capi_fill_CONNECT_REQ(&cmdcmsg, in capidrv_command()
1881 plcip->msgid = cmdcmsg.Messagenumber; in capidrv_command()
1884 send_message(card, &cmdcmsg); in capidrv_command()
1896 capi_fill_CONNECT_RESP(&cmdcmsg, in capidrv_command()
1915 if (capi_cmsg2message(&cmdcmsg, cmdcmsg.buf)) { in capidrv_command()
1921 send_message(card, &cmdcmsg); in capidrv_command()
1947 capi_fill_DISCONNECT_B3_REQ(&cmdcmsg, in capidrv_command()
1954 send_message(card, &cmdcmsg); in capidrv_command()
1968 capi_fill_DISCONNECT_REQ(&cmdcmsg, in capidrv_command()
[all …]