Searched refs:tx_free_buf_list (Results 1 – 1 of 1) sorted by relevance
141 struct n_hdlc_buf_list tx_free_buf_list; member176 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); in flush_tx_queue()214 n_hdlc_free_buf_list(&n_hdlc->tx_free_buf_list); in n_hdlc_tty_close()306 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, tbuf); in n_hdlc_send_frames()539 tbuf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list); in n_hdlc_tty_write()674 !list_empty(&n_hdlc->tx_free_buf_list.list)) in n_hdlc_tty_poll()710 spin_lock_init(&n_hdlc->tx_free_buf_list.spinlock); in n_hdlc_alloc()715 INIT_LIST_HEAD(&n_hdlc->tx_free_buf_list.list); in n_hdlc_alloc()720 n_hdlc_alloc_buf(&n_hdlc->tx_free_buf_list, DEFAULT_TX_BUF_COUNT, "tx"); in n_hdlc_alloc()