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