Home
last modified time | relevance | path

Searched defs:n_hdlc (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/
Dn_hdlc.c145 struct n_hdlc { struct
152 struct n_hdlc_buf *tbuf; argument
153 struct n_hdlc_buf_list tx_buf_list; argument
154 struct n_hdlc_buf_list rx_buf_list; argument
155 struct n_hdlc_buf_list tx_free_buf_list; argument
156 struct n_hdlc_buf_list rx_free_buf_list; argument
169 static struct n_hdlc *n_hdlc_alloc (void); argument
197 #define n_hdlc2tty(n_hdlc) ((n_hdlc)->tty) argument
201 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in flush_rx_queue() local
210 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in flush_tx_queue() local
[all …]