Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/eicon/
Dcapifunc.c29 static CAPI_MSG *mapped_msg = (CAPI_MSG *) NULL;
39 extern word api_put(APPL *, CAPI_MSG *);
230 CAPI_MSG msg; in sendf()
884 CAPI_MSG *msg = (CAPI_MSG *) DIVA_MESSAGE_BUFFER_DATA(dmb); in diva_send_message()
1125 if (!(mapped_msg = (CAPI_MSG *) diva_os_malloc(0, MAX_MSG_SIZE))) { in init_main_structs()
Dcapi20.h364 typedef struct _API_MSG CAPI_MSG; typedef
Dmessage.c66 word api_put(APPL *, CAPI_MSG *);
371 word api_put(APPL *appl, CAPI_MSG *msg) in api_put()
381 CAPI_MSG *m; in api_put()
427 n = (((CAPI_MSG *)(plci->msg_in_queue))->header.length + MSG_IN_OVERHEAD + 3) & 0xfffc; in api_put()
465 if ((((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[k]))->header.command == _DATA_B3_R) in api_put()
466 && (((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[k]))->header.ncci == ncci)) in api_put()
469 if (((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[k]))->info.data_b3_req.Flags & 0x0004) in api_put()
473 k += (((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[k]))->header.length + in api_put()
514 m = (CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[j]); in api_put()
1013 if (((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[i]))->header.command == _DATA_B3_R) in plci_free_msg_in_queue()
[all …]