Lines Matching refs:n_hdlc_buf_get
177 static N_HDLC_BUF* n_hdlc_buf_get(N_HDLC_BUF_LIST *list);
244 buf = n_hdlc_buf_get(&n_hdlc->rx_free_buf_list); in n_hdlc_release()
251 buf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list); in n_hdlc_release()
258 buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list); in n_hdlc_release()
265 buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_release()
404 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()
435 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()
551 buf = n_hdlc_buf_get(&n_hdlc->rx_free_buf_list); in n_hdlc_tty_receive()
627 rbuf = n_hdlc_buf_get(&n_hdlc->rx_buf_list); in n_hdlc_tty_read()
709 while (!(tbuf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list))) { in n_hdlc_tty_write()
958 static N_HDLC_BUF* n_hdlc_buf_get(N_HDLC_BUF_LIST *list) in n_hdlc_buf_get() function