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

/drivers/tty/
H A Dn_hdlc.c163 static void n_hdlc_buf_put(struct n_hdlc_buf_list *list,
205 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, buf);
215 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf);
218 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, n_hdlc->tbuf);
438 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, tbuf);
560 n_hdlc_buf_put(&n_hdlc->rx_buf_list, buf);
628 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, rbuf);
729 n_hdlc_buf_put(&n_hdlc->tx_buf_list,tbuf);
867 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list,buf);
876 n_hdlc_buf_put(
904 static void n_hdlc_buf_put(struct n_hdlc_buf_list *list, function
[all...]

Completed in 24 milliseconds