Searched refs:n_hdlc (Results 1 – 5 of 5) sorted by relevance
145 struct n_hdlc { struct169 static struct n_hdlc *n_hdlc_alloc (void); argument196 #define tty2n_hdlc(tty) ((struct n_hdlc *) ((tty)->disc_data))197 #define n_hdlc2tty(n_hdlc) ((n_hdlc)->tty) argument201 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in flush_rx_queue() local204 while ((buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list))) in flush_rx_queue()205 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, buf); in flush_rx_queue()210 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in flush_tx_queue() local214 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()215 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); in flush_tx_queue()[all …]
7 obj-$(CONFIG_N_HDLC) += n_hdlc.o
326 The module will be called n_hdlc. If you want to do that, say M
66 HDLC_MAGIC 0x239e n_hdlc drivers/char/n_hdlc.c