Searched refs:listen_req (Results 1 – 5 of 5) sorted by relevance
/drivers/isdn/hysdn/ |
D | hycapi.c | 42 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 …]
|
/drivers/isdn/act2000/ |
D | capi.c | 145 m->msg.listen_req.controller = 0; in actcapi_listen_req() 146 m->msg.listen_req.infomask = 0x3f; /* All information */ in actcapi_listen_req() 147 m->msg.listen_req.eazmask = eazmask; in actcapi_listen_req() 148 m->msg.listen_req.simask = (eazmask) ? 0x86 : 0; /* All SI's */ in actcapi_listen_req() 1149 msg->msg.listen_req.infomask); in actcapi_debug_msg() 1151 msg->msg.listen_req.eazmask); in actcapi_debug_msg() 1153 msg->msg.listen_req.simask); in actcapi_debug_msg()
|
D | capi.h | 297 struct listen_req { struct 302 } __attribute__ ((packed)) listen_req; member
|
/drivers/isdn/hardware/eicon/ |
D | capi20.h | 389 _LIS_REQP listen_req; member
|
D | message.c | 112 static byte listen_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 273 {_LISTEN_R, "dddss", listen_req}, 1659 static byte listen_req(dword Id, word Number, DIVA_CAPI_ADAPTER *a, in listen_req() function
|