Searched defs:gigaset_capi_ctr (Results 1 – 1 of 1) sorted by relevance
91 struct gigaset_capi_ctr { struct92 struct capi_ctr ctr;93 struct list_head appls;94 struct sk_buff_head sendqueue;95 atomic_t sendqlen;97 _cmsg hcmsg; /* for message composition triggered from hardware */98 _cmsg acmsg; /* for dissection of messages sent from application */99 u8 bc_buf[MAX_BC_OCTETS+1];100 u8 hlc_buf[MAX_HLC_OCTETS+1];101 u8 cgpty_buf[MAX_NUMBER_DIGITS+3];[all …]