Home
last modified time | relevance | path

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

/drivers/net/wan/
Dx25_asy.c263 if (!sl || sl->magic != X25_ASY_MAGIC || !netif_running(sl->dev)) in x25_asy_write_wakeup()
533 if (!sl || sl->magic != X25_ASY_MAGIC || !netif_running(sl->dev)) in x25_asy_receive_buf()
600 if (!sl || sl->magic != X25_ASY_MAGIC) in x25_asy_close_tty()
697 if (!sl || sl->magic != X25_ASY_MAGIC) in x25_asy_ioctl()
749 sl->magic = X25_ASY_MAGIC; in x25_asy_setup()
Dx25_asy.h42 #define X25_ASY_MAGIC 0x5303 macro