Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dn_hdlc.c165 static struct n_hdlc_buf *n_hdlc_buf_get(struct n_hdlc_buf_list *list);
204 while ((buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list))) in flush_rx_queue()
214 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()
260 buf = n_hdlc_buf_get(&n_hdlc->rx_free_buf_list); in n_hdlc_release()
267 buf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list); in n_hdlc_release()
274 buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list); in n_hdlc_release()
281 buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_release()
411 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()
447 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()
540 buf = n_hdlc_buf_get(&n_hdlc->rx_free_buf_list); in n_hdlc_tty_receive()
[all …]