Searched refs:x25st (Results 1 – 1 of 1) sorted by relevance
111 struct x25_state *x25st = state(hdlc); in x25_xmit() local122 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() local209 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 …]