Searched refs:n_hdlc_buf_put (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/
H A Dn_hdlc.c147 static void n_hdlc_buf_put(struct n_hdlc_buf_list *list,
165 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, buf);
174 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf);
304 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, tbuf);
407 n_hdlc_buf_put(&n_hdlc->rx_buf_list, buf);
505 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, rbuf);
567 n_hdlc_buf_put(&n_hdlc->tx_buf_list, tbuf);
688 n_hdlc_buf_put(list, buf);
740 * n_hdlc_buf_put - add specified HDLC buffer to tail of specified list
744 static void n_hdlc_buf_put(struc function
[all...]

Completed in 129 milliseconds