Lines Matching defs:bcs
66 struct bc_state *bcs = &cs->bcs[0]; /* only one channel */
67 struct sk_buff *skb = bcs->tx_skb;
75 bcs->tx_skb = NULL;
91 gigaset_skb_sent(bcs, skb);
96 bcs->tx_skb = NULL;
164 struct bc_state *bcs;
172 bcs = cs->bcs;
173 if (!bcs) {
177 if (!bcs->tx_skb) {
186 nextskb = skb_dequeue(&bcs->squeue);
190 bcs->tx_skb = nextskb;
193 (unsigned long) bcs->tx_skb);
224 if (cs->bcs->tx_skb)
225 dev_kfree_skb_any(cs->bcs->tx_skb);
226 while ((skb = skb_dequeue(&cs->bcs->squeue)) != NULL)
317 static int gigaset_init_bchannel(struct bc_state *bcs)
320 gigaset_bchannel_up(bcs);
328 static int gigaset_close_bchannel(struct bc_state *bcs)
331 gigaset_bchannel_down(bcs);
339 static int gigaset_initbcshw(struct bc_state *bcs)
342 bcs->hw.ser = NULL;
350 static void gigaset_freebcshw(struct bc_state *bcs)
359 static void gigaset_reinitbcshw(struct bc_state *bcs)