Searched defs:listen_req (Results 1 - 4 of 4) sorted by relevance

/drivers/isdn/hysdn/
H A Dhycapi.c42 struct sk_buff *listen_req[CAPI_MAXCONTR]; member in struct:_hycapi_appl
97 if (hycapi_applications[i].listen_req[ctrl->cnr - 1]) {
98 kfree_skb(hycapi_applications[i].listen_req[ctrl->cnr - 1]);
99 hycapi_applications[i].listen_req[ctrl->cnr - 1] = NULL;
207 if (hycapi_applications[i].listen_req[ctrl->cnr - 1]) {
208 skb = skb_copy(hycapi_applications[i].listen_req[ctrl->cnr - 1], GFP_ATOMIC);
308 if (hycapi_applications[appl - 1].listen_req[ctrl->cnr - 1]) {
309 kfree_skb(hycapi_applications[appl - 1].listen_req[ctrl->cnr - 1]);
310 hycapi_applications[appl - 1].listen_req[ctrl->cnr - 1] = NULL;
416 if (hycapi_applications[appl_id - 1].listen_req[ctr
[all...]
/drivers/isdn/act2000/
H A Dcapi.h297 struct listen_req { struct in union:actcapi_msg::__anon1112
302 } __attribute__ ((packed)) listen_req; member in union:actcapi_msg::__anon1112
/drivers/isdn/hardware/eicon/
H A Dcapi20.h389 _LIS_REQP listen_req; member in union:_API_MSG::__anon1172
H A Dmessage.c112 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, function
1665 dbug(1, dprintf("listen_req(Appl=0x%x)", appl->Id));

Completed in 249 milliseconds