Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_hdlc.c132 * @tx_free_buf_list: list unused transmit frame buffers
141 struct n_hdlc_buf_list tx_free_buf_list; member
179 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); in flush_tx_queue()
219 n_hdlc_free_buf_list(&n_hdlc->tx_free_buf_list); in n_hdlc_tty_close()
313 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, tbuf); in n_hdlc_send_frames()
558 tbuf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list); in n_hdlc_tty_write()
693 !list_empty(&n_hdlc->tx_free_buf_list.list)) in n_hdlc_tty_poll()
729 spin_lock_init(&n_hdlc->tx_free_buf_list.spinlock); in n_hdlc_alloc()
734 INIT_LIST_HEAD(&n_hdlc->tx_free_buf_list.list); in n_hdlc_alloc()
739 n_hdlc_alloc_buf(&n_hdlc->tx_free_buf_list, DEFAULT_TX_BUF_COUN in n_hdlc_alloc()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_hdlc.c128 * @tx_free_buf_list: list unused transmit frame buffers
136 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_COUN in n_hdlc_alloc()
[all...]

Completed in 4 milliseconds