Home
last modified time | relevance | path

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

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