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