Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/ !
Dn_hdlc.c700 static void n_hdlc_alloc_buf(struct n_hdlc_buf_list *list, unsigned int count, in n_hdlc_alloc_buf() function
739 n_hdlc_alloc_buf(&n_hdlc->rx_free_buf_list, DEFAULT_RX_BUF_COUNT, "rx"); in n_hdlc_alloc()
740 n_hdlc_alloc_buf(&n_hdlc->tx_free_buf_list, DEFAULT_TX_BUF_COUNT, "tx"); in n_hdlc_alloc()