Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dn_hdlc.c135 struct n_hdlc_buf_list rx_buf_list; member
164 while ((buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list))) in flush_rx_queue()
211 n_hdlc_free_buf_list(&n_hdlc->rx_buf_list); in n_hdlc_tty_close()
388 if (n_hdlc->rx_buf_list.count < MAX_RX_BUF_COUNT) in n_hdlc_tty_receive()
403 n_hdlc_buf_put(&n_hdlc->rx_buf_list, buf); in n_hdlc_tty_receive()
449 rbuf = n_hdlc_buf_get(&n_hdlc->rx_buf_list); in n_hdlc_tty_read()
592 scoped_guard(spinlock_irqsave, &n_hdlc->rx_buf_list.spinlock) { in n_hdlc_tty_ioctl()
593 buf = list_first_entry_or_null(&n_hdlc->rx_buf_list.list, in n_hdlc_tty_ioctl()
651 if (!list_empty(&n_hdlc->rx_buf_list.list)) in n_hdlc_tty_poll()
695 spin_lock_init(&n_hdlc->rx_buf_list.spinlock); in n_hdlc_alloc()
[all …]
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.h208 struct sk_buff *rx_buf_list[MWIFIEX_MAX_TXRX_BD]; member