Home
last modified time | relevance | path

Searched refs:n_hdlc_buf (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/
Dn_hdlc.c116 struct n_hdlc_buf { struct
117 struct n_hdlc_buf *link; argument
122 #define N_HDLC_BUF_SIZE (sizeof(struct n_hdlc_buf) + maxframe) argument
125 struct n_hdlc_buf *head;
126 struct n_hdlc_buf *tail;
152 struct n_hdlc_buf *tbuf;
164 struct n_hdlc_buf *buf);
165 static struct n_hdlc_buf *n_hdlc_buf_get(struct n_hdlc_buf_list *list);
202 struct n_hdlc_buf *buf; in flush_rx_queue()
211 struct n_hdlc_buf *buf; in flush_tx_queue()
[all …]