Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/tty/
Dn_hdlc.c136 struct n_hdlc_buf_list tx_free_buf_list; member
174 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); in flush_tx_queue()
210 n_hdlc_free_buf_list(&n_hdlc->tx_free_buf_list); in n_hdlc_tty_close()
304 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, tbuf); in n_hdlc_send_frames()
542 tbuf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list); in n_hdlc_tty_write()
669 !list_empty(&n_hdlc->tx_free_buf_list.list)) in n_hdlc_tty_poll()
705 spin_lock_init(&n_hdlc->tx_free_buf_list.spinlock); in n_hdlc_alloc()
710 INIT_LIST_HEAD(&n_hdlc->tx_free_buf_list.list); in n_hdlc_alloc()
715 n_hdlc_alloc_buf(&n_hdlc->tx_free_buf_list, DEFAULT_TX_BUF_COUNT, "tx"); in n_hdlc_alloc()