Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hysdn/
Dhycapi.c373 __u16 appl_id; in hycapi_send_message() local
379 appl_id = CAPIMSG_APPID(skb->data); in hycapi_send_message()
380 switch (_hycapi_appCheck(appl_id, ctrl->cnr)) in hycapi_send_message()
385 appl_id, in hycapi_send_message()
386 &(hycapi_applications[appl_id - 1].rp)); in hycapi_send_message()
397 capilib_free_ncci(&cinfo->ncci_head, appl_id, in hycapi_send_message()
416 if (hycapi_applications[appl_id - 1].listen_req[ctrl->cnr - 1]) in hycapi_send_message()
418 kfree_skb(hycapi_applications[appl_id - 1].listen_req[ctrl->cnr - 1]); in hycapi_send_message()
419 hycapi_applications[appl_id - 1].listen_req[ctrl->cnr - 1] = NULL; in hycapi_send_message()
421 if (!(hycapi_applications[appl_id -1].listen_req[ctrl->cnr - 1] = skb_copy(skb, GFP_ATOMIC))) in hycapi_send_message()
/linux-4.19.296/drivers/isdn/hardware/eicon/
Dcapi20.h369 word appl_id; member
Dcapifunc.c243 PUT_WORD(&msg.header.appl_id, appl->Id); in sendf()
885 APPL *this = &application[GET_WORD(&msg->header.appl_id) - 1]; in diva_send_message()
Dmessage.c11163 ((CAPI_MSG *) msg)->header.appl_id = notify_plci->appl->Id; in mixer_notify_update()