Searched refs:n_hdlc_buf_put (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/tty/ | 
| D | n_hdlc.c | 160 static void n_hdlc_buf_put(struct n_hdlc_buf_list *list,202 		n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, buf);  in flush_rx_queue()
 211 		n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf);  in flush_tx_queue()
 421 			n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, tbuf);  in n_hdlc_send_frames()
 542 	n_hdlc_buf_put(&n_hdlc->rx_buf_list, buf);  in n_hdlc_tty_receive()
 611 				n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, rbuf);  in n_hdlc_tty_read()
 712 		n_hdlc_buf_put(&n_hdlc->tx_buf_list,tbuf);  in n_hdlc_tty_write()
 858 			n_hdlc_buf_put(&n_hdlc->rx_free_buf_list,buf);  in n_hdlc_alloc()
 867 			n_hdlc_buf_put(&n_hdlc->tx_free_buf_list,buf);  in n_hdlc_alloc()
 903 static void n_hdlc_buf_put(struct n_hdlc_buf_list *buf_list,  in n_hdlc_buf_put()  function
 
 |