Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dn_hdlc.c177 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()
[all …]