Searched defs:n_hdlc (Results 1 – 1 of 1) sorted by relevance
142 struct n_hdlc { struct149 struct n_hdlc_buf_list tx_buf_list; argument150 struct n_hdlc_buf_list rx_buf_list; argument151 struct n_hdlc_buf_list tx_free_buf_list; argument152 struct n_hdlc_buf_list rx_free_buf_list; argument166 static struct n_hdlc *n_hdlc_alloc (void); argument194 #define n_hdlc2tty(n_hdlc) ((n_hdlc)->tty) argument198 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in flush_rx_queue() local207 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in flush_tx_queue() local233 static void n_hdlc_release(struct n_hdlc *n_hdlc) in n_hdlc_release()[all …]