Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hysdn/
Dhycapi.c42 struct sk_buff *listen_req[CAPI_MAXCONTR]; member
97 if (hycapi_applications[i].listen_req[ctrl->cnr - 1]) { in hycapi_remove_ctr()
98 kfree_skb(hycapi_applications[i].listen_req[ctrl->cnr - 1]); in hycapi_remove_ctr()
99 hycapi_applications[i].listen_req[ctrl->cnr - 1] = NULL; in hycapi_remove_ctr()
207 if (hycapi_applications[i].listen_req[ctrl->cnr - 1]) { in hycapi_restart_internal()
208 skb = skb_copy(hycapi_applications[i].listen_req[ctrl->cnr - 1], GFP_ATOMIC); in hycapi_restart_internal()
308 if (hycapi_applications[appl - 1].listen_req[ctrl->cnr - 1]) { in hycapi_release_appl()
309 kfree_skb(hycapi_applications[appl - 1].listen_req[ctrl->cnr - 1]); in hycapi_release_appl()
310 hycapi_applications[appl - 1].listen_req[ctrl->cnr - 1] = NULL; in hycapi_release_appl()
416 if (hycapi_applications[appl_id - 1].listen_req[ctrl->cnr - 1]) in hycapi_send_message()
[all …]
/linux-4.19.296/drivers/isdn/hardware/eicon/
Dcapi20.h389 _LIS_REQP listen_req; member
Dmessage.c97 static byte listen_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
258 {_LISTEN_R, "dddss", listen_req},
1536 static byte listen_req(dword Id, word Number, DIVA_CAPI_ADAPTER *a, in listen_req() function