Home
last modified time | relevance | path

Searched refs:x25st (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dhdlc_x25.c111 struct x25_state *x25st = state(hdlc); in x25_xmit() local
122 spin_lock_bh(&x25st->up_lock); in x25_xmit()
123 if (!x25st->up) { in x25_xmit()
124 spin_unlock_bh(&x25st->up_lock); in x25_xmit()
135 spin_unlock_bh(&x25st->up_lock); in x25_xmit()
164 spin_unlock_bh(&x25st->up_lock); in x25_xmit()
182 struct x25_state *x25st = state(hdlc); in x25_open() local
209 spin_lock_bh(&x25st->up_lock); in x25_open()
210 x25st->up = true; in x25_open()
211 spin_unlock_bh(&x25st->up_lock); in x25_open()
[all …]