Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dn_hdlc.c155 struct n_hdlc_buf_list tx_free_buf_list; member
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()
267 buf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list); in n_hdlc_release()
438 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, tbuf); in n_hdlc_send_frames()
696 tbuf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list); in n_hdlc_tty_write()
836 n_hdlc->tx_free_buf_list.head) in n_hdlc_tty_poll()
857 n_hdlc_buf_list_init(&n_hdlc->tx_free_buf_list); in n_hdlc_alloc()
874 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list,buf); in n_hdlc_alloc()