Searched refs:tx_free_buf_list (Results 1 – 1 of 1) sorted by relevance
138 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()212 n_hdlc_free_buf_list(&n_hdlc->tx_free_buf_list); in n_hdlc_tty_close()303 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()659 !list_empty(&n_hdlc->tx_free_buf_list.list)) in n_hdlc_tty_poll()695 spin_lock_init(&n_hdlc->tx_free_buf_list.spinlock); in n_hdlc_alloc()700 INIT_LIST_HEAD(&n_hdlc->tx_free_buf_list.list); in n_hdlc_alloc()705 n_hdlc_alloc_buf(&n_hdlc->tx_free_buf_list, DEFAULT_TX_BUF_COUNT, "tx"); in n_hdlc_alloc()