Searched refs:_cmsg (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/capi/
H A Dcapiutil.c245 {_CDWORD, offsetof(_cmsg, adr.adrController)},
247 {_CMSTRUCT, offsetof(_cmsg, AdditionalInfo)},
249 {_CSTRUCT, offsetof(_cmsg, B1configuration)},
251 {_CWORD, offsetof(_cmsg, B1protocol)},
253 {_CSTRUCT, offsetof(_cmsg, B2configuration)},
255 {_CWORD, offsetof(_cmsg, B2protocol)},
257 {_CSTRUCT, offsetof(_cmsg, B3configuration)},
259 {_CWORD, offsetof(_cmsg, B3protocol)},
261 {_CSTRUCT, offsetof(_cmsg, BC)},
263 {_CSTRUCT, offsetof(_cmsg, BChannelinformatio
[all...]
H A Dcapidrv.c505 static void send_message(capidrv_contr * card, _cmsg * cmsg)
659 static _cmsg cmsg;
768 static void handle_controller(_cmsg * cmsg)
868 static void handle_incoming_call(capidrv_contr * card, _cmsg * cmsg)
993 static void handle_plci(_cmsg * cmsg)
1176 static void handle_ncci(_cmsg * cmsg)
1357 static void handle_data(_cmsg * cmsg, struct sk_buff *skb)
1383 static _cmsg s_cmsg;
1467 static _cmsg cmdcmsg;
1833 static _cmsg sendcms
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/isdn/
H A Dcapiutil.h70 The _cmsg structure contains all possible CAPI 2.0 parameter.
74 parameter in the _cmsg structure
144 } _cmsg; typedef in typeref:struct:__anon17614
147 * capi_cmsg2message() assembles the parameter from _cmsg to a CAPI 2.0
150 unsigned capi_cmsg2message(_cmsg * cmsg, __u8 * msg);
154 * into _cmsg for easy access
156 unsigned capi_message2cmsg(_cmsg * cmsg, __u8 * msg);
159 * capi_cmsg_header() fills the _cmsg structure with default values, so only
163 unsigned capi_cmsg_header(_cmsg * cmsg, __u16 _ApplId,
194 _cdebbuf *capi_cmsg2str(_cmsg *cms
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dcapi.c96 /* two _cmsg structures possibly used concurrently: */
97 _cmsg hcmsg; /* for message composition triggered from hardware */
98 _cmsg acmsg; /* for dissection of messages sent from application */
222 static inline void dump_cmsg(enum debuglevel level, const char *tag, _cmsg *p)
342 /* frequent message, avoid _cmsg overhead */
445 * frequent message, avoid _cmsg overhead
1123 _cmsg *cmsg = &iif->acmsg;
1284 _cmsg *cmsg = &iif->acmsg;
1574 _cmsg *cmsg = &iif->acmsg;
1742 _cmsg *cms
[all...]

Completed in 59 milliseconds