Lines Matching defs:x25st
41 struct x25_state *x25st = from_tasklet(x25st, t, rx_tasklet);
42 struct sk_buff *skb = skb_dequeue(&x25st->rx_queue);
46 skb = skb_dequeue(&x25st->rx_queue);
54 struct x25_state *x25st = state(dev_to_hdlc(dev));
67 skb_queue_tail(&x25st->rx_queue, skb);
68 tasklet_schedule(&x25st->rx_tasklet);
83 struct x25_state *x25st = state(dev_to_hdlc(dev));
98 skb_queue_tail(&x25st->rx_queue, skb);
99 tasklet_schedule(&x25st->rx_tasklet);
119 struct x25_state *x25st = state(hdlc);
130 spin_lock_bh(&x25st->up_lock);
131 if (!x25st->up) {
132 spin_unlock_bh(&x25st->up_lock);
143 spin_unlock_bh(&x25st->up_lock);
174 spin_unlock_bh(&x25st->up_lock);
190 struct x25_state *x25st = state(hdlc);
217 spin_lock_bh(&x25st->up_lock);
218 x25st->up = true;
219 spin_unlock_bh(&x25st->up_lock);
227 struct x25_state *x25st = state(hdlc);
229 spin_lock_bh(&x25st->up_lock);
230 x25st->up = false;
231 spin_unlock_bh(&x25st->up_lock);
234 tasklet_kill(&x25st->rx_tasklet);
241 struct x25_state *x25st = state(hdlc);
249 spin_lock_bh(&x25st->up_lock);
250 if (!x25st->up) {
251 spin_unlock_bh(&x25st->up_lock);
258 spin_unlock_bh(&x25st->up_lock);
262 spin_unlock_bh(&x25st->up_lock);