Home
last modified time | relevance | path

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

/drivers/tty/
Dn_hdlc.c152 struct n_hdlc_buf_list tx_free_buf_list; member
212 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); in flush_tx_queue()
258 buf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list); in n_hdlc_release()
422 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, tbuf); in n_hdlc_send_frames()
679 tbuf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list); in n_hdlc_tty_write()
824 !list_empty(&n_hdlc->tx_free_buf_list.list)) in n_hdlc_tty_poll()
847 spin_lock_init(&n_hdlc->tx_free_buf_list.spinlock); in n_hdlc_alloc()
852 INIT_LIST_HEAD(&n_hdlc->tx_free_buf_list.list); in n_hdlc_alloc()
869 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list,buf); in n_hdlc_alloc()