Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wan/
H A Dhdlc_x25.c41 struct x25_state *x25st = from_tasklet(x25st, t, rx_tasklet); in x25_rx_queue_kick() local
130 spin_lock_bh(&x25st->up_lock); in x25_xmit()
131 if (!x25st->up) { in x25_xmit()
132 spin_unlock_bh(&x25st->up_lock); in x25_xmit()
174 spin_unlock_bh(&x25st->up_lock); in x25_xmit()
217 spin_lock_bh(&x25st->up_lock); in x25_open()
218 x25st->up = true; in x25_open()
229 spin_lock_bh(&x25st->up_lock); in x25_close()
230 x25st->up = false; in x25_close()
249 spin_lock_bh(&x25st->up_lock); in x25_rx()
[all …]