Lines Matching refs:n_hdlc_buf
115 struct n_hdlc_buf { struct
121 #define N_HDLC_BUF_SIZE (sizeof(struct n_hdlc_buf) + maxframe) argument
159 struct n_hdlc_buf *buf);
161 struct n_hdlc_buf *buf);
162 static struct n_hdlc_buf *n_hdlc_buf_get(struct n_hdlc_buf_list *list);
199 struct n_hdlc_buf *buf; in flush_rx_queue()
208 struct n_hdlc_buf *buf; in flush_tx_queue()
236 struct n_hdlc_buf *buf; in n_hdlc_release()
379 struct n_hdlc_buf *tbuf; in n_hdlc_send_frames()
497 register struct n_hdlc_buf *buf; in n_hdlc_tty_receive()
565 struct n_hdlc_buf *rbuf; in n_hdlc_tty_read()
650 struct n_hdlc_buf *tbuf; in n_hdlc_tty_write()
735 struct n_hdlc_buf *buf = NULL; in n_hdlc_tty_ioctl()
751 struct n_hdlc_buf, list_item); in n_hdlc_tty_ioctl()
766 struct n_hdlc_buf, list_item); in n_hdlc_tty_ioctl()
836 struct n_hdlc_buf *buf; in n_hdlc_alloc()
885 struct n_hdlc_buf *buf) in n_hdlc_buf_return()
903 struct n_hdlc_buf *buf) in n_hdlc_buf_put()
923 static struct n_hdlc_buf *n_hdlc_buf_get(struct n_hdlc_buf_list *buf_list) in n_hdlc_buf_get()
926 struct n_hdlc_buf *buf; in n_hdlc_buf_get()
931 struct n_hdlc_buf, list_item); in n_hdlc_buf_get()