Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_hdlc.c140 struct n_hdlc_buf_list tx_free_buf_list; member
178 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); in flush_tx_queue()
218 n_hdlc_free_buf_list(&n_hdlc->tx_free_buf_list); in n_hdlc_tty_close()
312 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, tbuf); in n_hdlc_send_frames()
557 tbuf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list); in n_hdlc_tty_write()
692 !list_empty(&n_hdlc->tx_free_buf_list.list)) in n_hdlc_tty_poll()
728 spin_lock_init(&n_hdlc->tx_free_buf_list.spinlock); in n_hdlc_alloc()
733 INIT_LIST_HEAD(&n_hdlc->tx_free_buf_list.list); in n_hdlc_alloc()
738 n_hdlc_alloc_buf(&n_hdlc->tx_free_buf_list, DEFAULT_TX_BUF_COUNT, "tx"); in n_hdlc_alloc()