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()
651 struct n_hdlc_buf *tbuf; in n_hdlc_tty_write()
736 struct n_hdlc_buf *buf = NULL; in n_hdlc_tty_ioctl()
752 struct n_hdlc_buf, list_item); in n_hdlc_tty_ioctl()
767 struct n_hdlc_buf, list_item); in n_hdlc_tty_ioctl()
837 struct n_hdlc_buf *buf; in n_hdlc_alloc()
886 struct n_hdlc_buf *buf) in n_hdlc_buf_return()
904 struct n_hdlc_buf *buf) in n_hdlc_buf_put()
924 static struct n_hdlc_buf *n_hdlc_buf_get(struct n_hdlc_buf_list *buf_list) in n_hdlc_buf_get()
927 struct n_hdlc_buf *buf; in n_hdlc_buf_get()
932 struct n_hdlc_buf, list_item); in n_hdlc_buf_get()