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

/linux-master/drivers/tty/
H A Dn_hdlc.c675 static void n_hdlc_alloc_buf(struct n_hdlc_buf_list *list, unsigned int count, function
714 n_hdlc_alloc_buf(&n_hdlc->rx_free_buf_list, DEFAULT_RX_BUF_COUNT, "rx");
715 n_hdlc_alloc_buf(&n_hdlc->tx_free_buf_list, DEFAULT_TX_BUF_COUNT, "tx");

Completed in 218 milliseconds