Lines Matching defs:hycapictrl_info
194 struct hycapictrl_info { struct
195 char cardname[32];
196 spinlock_t lock;
197 int versionlen;
198 char versionbuf[1024];
199 char *version[HYSDN_MAXVERSION];
201 char infobuf[128]; /* for function procinfo */
203 struct HYSDN_CARD *card;
204 struct capi_ctr capi_ctrl;
205 struct sk_buff *skbs[HYSDN_MAX_CAPI_SKB];
206 int in_idx, out_idx; /* indexes to buffer ring */
207 int sk_count; /* number of buffers currently in ring */
208 struct sk_buff *tx_skb; /* buffer for tx operation */
210 struct list_head ncci_head;
216 typedef struct hycapictrl_info hycapictrl_info; typedef