Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/eicon/
Dcapifunc.c29 static CAPI_MSG *mapped_msg = (CAPI_MSG *) NULL; variable
975 memcpy(mapped_msg, msg, (__u32) clength); in diva_send_message()
976 mapped_msg->header.controller = MapController(mapped_msg->header.controller); in diva_send_message()
977 mapped_msg->header.length = clength; in diva_send_message()
978 mapped_msg->header.command = command; in diva_send_message()
979 mapped_msg->header.number = GET_WORD(&msg->header.number); in diva_send_message()
981 ret = api_put(this, mapped_msg); in diva_send_message()
1125 if (!(mapped_msg = (CAPI_MSG *) diva_os_malloc(0, MAX_MSG_SIZE))) { in init_main_structs()
1132 diva_os_free(0, mapped_msg); in init_main_structs()
1139 diva_os_free(0, mapped_msg); in init_main_structs()
[all …]