Searched refs:tx_buf_list (Results 1 – 2 of 2) sorted by relevance
136 struct n_hdlc_buf_list tx_buf_list; member175 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()214 n_hdlc_free_buf_list(&n_hdlc->tx_buf_list); in n_hdlc_tty_close()272 scoped_guard(spinlock_irqsave, &n_hdlc->tx_buf_list.spinlock) { in n_hdlc_send_frames()281 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()291 n_hdlc_buf_return(&n_hdlc->tx_buf_list, tbuf); in n_hdlc_send_frames()309 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()317 n_hdlc_buf_return(&n_hdlc->tx_buf_list, tbuf); in n_hdlc_send_frames()326 scoped_guard(spinlock_irqsave, &n_hdlc->tx_buf_list.spinlock) in n_hdlc_send_frames()564 n_hdlc_buf_put(&n_hdlc->tx_buf_list, tbuf); in n_hdlc_tty_write()[all …]
200 struct sk_buff *tx_buf_list[MWIFIEX_MAX_TXRX_BD]; member