Searched refs:n_hdlc_buf_put (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/tty/ |
D | n_hdlc.c | 163 static void n_hdlc_buf_put(struct n_hdlc_buf_list *list, 205 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, buf); in flush_rx_queue() 215 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); in flush_tx_queue() 218 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, n_hdlc->tbuf); in flush_tx_queue() 438 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, tbuf); in n_hdlc_send_frames() 560 n_hdlc_buf_put(&n_hdlc->rx_buf_list, buf); in n_hdlc_tty_receive() 628 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, rbuf); in n_hdlc_tty_read() 729 n_hdlc_buf_put(&n_hdlc->tx_buf_list,tbuf); in n_hdlc_tty_write() 865 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list,buf); in n_hdlc_alloc() 874 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list,buf); in n_hdlc_alloc() [all …]
|